mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-18 09:50:44 +01:00
5 lines
150 B
Text
5 lines
150 B
Text
# Show a list of your current shell aliases
|
|
alias
|
|
|
|
# Map `ll` to `ls -l` (Can be used per session or put inside a shell config file)
|
|
alias ll='ls -l'
|