Created
August 21, 2018 19:40
-
-
Save dankelly/e64814db8c4c633550fd7d4dc85e1593 to your computer and use it in GitHub Desktop.
Aliases I define all the time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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