Dotfiles/.zsh/lib/aliases.zsh
2012-04-23 22:11:24 +02:00

3 lines
No EOL
57 B
Bash

alias ll='ls -la'
alias lh='ls -lah'
alias ...='cd ../..'