Skip to content

Instantly share code, notes, and snippets.

@filR
Created June 18, 2018 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filR/3fcf9f9fb0994b515f9244ad8e55225c to your computer and use it in GitHub Desktop.
Save filR/3fcf9f9fb0994b515f9244ad8e55225c to your computer and use it in GitHub Desktop.
oh-my-zsh extra ZSH settings
# new line
precmd() {
print ""
}
# ls after cd
function chpwd() {
emulate -L zsh
ls
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment