Skip to content

Instantly share code, notes, and snippets.

@lancebecker
Created February 25, 2013 22:49
Show Gist options
  • Save lancebecker/5034055 to your computer and use it in GitHub Desktop.
Save lancebecker/5034055 to your computer and use it in GitHub Desktop.
ZSH: Custom chpwd()
function chpwd() {
emulate -L zsh
clear
echo $PWD
ls -H
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment