zsh-config/zsh/aliases/00-default.conf

9 lines
165 B
Plaintext
Raw Permalink Normal View History

2017-01-15 11:57:15 +05:00
# Default aliases. They can be overriden by other files with higher
# index.
# Files navigation.
alias ls="ls --color"
alias sl="ls --color"
# Git.
alias got="git"