Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 173 Bytes

alias.md

File metadata and controls

11 lines (7 loc) · 173 Bytes

alias

# 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'