Last active
October 29, 2024 08:15
-
-
Save cam8001/c1eaf86f01f3b31b15dc8dd5ae803b37 to your computer and use it in GitHub Desktop.
Add quick aliases to current session
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
# Current session: | |
# echo `curl -fsSL https://https://gist.githubusercontent.com/cam8001/c1eaf86f01f3b31b15dc8dd5ae803b37/raw/e5749b7f29b3952f067aaa14008e098a730f43f6/quick-aliases.sh` | |
# Permanent: | |
# echo `echo `curl -fsSL https://https://gist.githubusercontent.com/cam8001/c1eaf86f01f3b31b15dc8dd5ae803b37/raw/e5749b7f29b3952f067aaa14008e098a730f43f6/quick-aliases.sh` >> .zshrc | |
alias l='ls -lash' | |
alias ..='cd ..' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment