Created
January 30, 2019 11:51
-
-
Save PogromistDev/fb115b2e4b51c0b15b231015db9f3426 to your computer and use it in GitHub Desktop.
Sh aliases
This file contains 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 cd..="cd .." | |
alias cdd="cd ~/Desktop" | |
alias realias=". ~/.bashrc" | |
alias editalias="vim ~/.bash_aliases" | |
alias cls="reset" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment