mirror of
https://github.com/cheat/cheat.git
synced 2025-04-15 22:16:08 +02:00
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
# 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'
|