dotfiles/home/.bashrc

5 lines
63 B
Bash
Raw Normal View History

alias l='ls'
alias lh='l -h'
alias ll='lh -l'
alias la='ll -a'