Skip to content

Instantly share code, notes, and snippets.

@dankelly
Created August 21, 2018 19:40
Show Gist options
  • Save dankelly/e64814db8c4c633550fd7d4dc85e1593 to your computer and use it in GitHub Desktop.
Save dankelly/e64814db8c4c633550fd7d4dc85e1593 to your computer and use it in GitHub Desktop.
Aliases I define all the time
alias ll='ls -l'
alias cll='clear; ls -l'
alias psa='ps aux'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment