Skip to content

Instantly share code, notes, and snippets.

@bonifazi
Last active May 5, 2024 16:54
Show Gist options
  • Save bonifazi/591e1251563eccf0eb214fb1d180364e to your computer and use it in GitHub Desktop.
Save bonifazi/591e1251563eccf0eb214fb1d180364e to your computer and use it in GitHub Desktop.
~/.bashrc aliases
alias ll='ls -lah --color=auto --classify --group-directories-first --time-style=long-iso'
# alias ll='ls -lah --color=auto --classify --group-directories-first --time-style=long-iso --sort=time -r'
alias diff-s='diff -s -wy --suppress-common-lines'
alias squeue_comment="squeue --format='%18i %9P %8j %8u %2t %10M %6D %R %k'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment