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