mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-18 05:20:53 -05:00
4 lines
55 B
Bash
4 lines
55 B
Bash
alias la="ls -a"
|
|
alias ll="ls -l"
|
|
alias lla="ls -l -a"
|