List directory when changing
This commit is contained in:
parent
f9bcbb39e9
commit
67cdb5a0f0
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue