List directory when changing

This commit is contained in:
Andrew Tomaka 2013-04-29 01:10:47 -04:00
parent f9bcbb39e9
commit 67cdb5a0f0

4
.zshrc
View file

@ -7,6 +7,10 @@ ZSH=$HOME/.oh-my-zsh
# time that oh-my-zsh is loaded. # time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell" ZSH_THEME="robbyrussell"
# List directory when changing (github/r00k)
chpwd() {
ls -lvh --color=auto
}
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"