2015-03-08 22:21:29 +05:00
|
|
|
# Some great default aliases.
|
|
|
|
# Custom aliases should go to ${HOME}/.zsh-config.d/10-aliases.conf
|
|
|
|
# (or other file).
|
2014-12-02 21:07:00 +05:00
|
|
|
alias screen="TERM=xterm screen"
|
|
|
|
|
|
|
|
# Other
|
|
|
|
alias clocksync="sudo ntpdate 0.pool.ntp.org"
|
|
|
|
alias got="git"
|