Files
zsh-plugins/shell/shell.plugin.zsh
2020-03-01 18:31:58 -05:00

4 lines
55 B
Bash

alias la="ls -a"
alias ll="ls -l"
alias lla="ls -l -a"