all repos — dotfiles @ cbd2f5a23105e06bbb728adab3f8415b2d9afa85

linux dotfiles

update .zshrc - ls right after cd
Prithu Goswami prithugoswami524@gmail.com
Sat, 24 Mar 2018 11:46:59 +0530
commit

cbd2f5a23105e06bbb728adab3f8415b2d9afa85

parent

f9b5de198fc8f0aa5364886580984a51c60c594c

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M .zshrc.zshrc

@@ -12,6 +12,11 @@

DEFAULT_USER="prithu" +# ls automatically right after cd'ing into a directory +cd() { + builtin cd "$@" && ls --color; +} + # Set list of themes to load # Setting this variable when ZSH_THEME=random