Skip to content

Instantly share code, notes, and snippets.

@cam8001
Last active October 29, 2024 08:15
Show Gist options
  • Save cam8001/c1eaf86f01f3b31b15dc8dd5ae803b37 to your computer and use it in GitHub Desktop.
Save cam8001/c1eaf86f01f3b31b15dc8dd5ae803b37 to your computer and use it in GitHub Desktop.
Add quick aliases to current session
# 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