Add zsh configuration

This commit is contained in:
Tom Willemse 2016-07-17 15:34:14 +02:00
parent 06b4055040
commit 6f6ee88497

11
zsh/.zshrc Normal file
View file

@ -0,0 +1,11 @@
## PATH:
# Add "$HOME/usr/bin" to $PATH because that is where I keep all of my
# personal utilities and helper commands.
PATH="${HOME}/usr/bin:${PATH}"
export PATH
## Local Variables:
## eval: (outline-minor-mode 1)
## outline-regexp: "##+"
## outline-heading-end-regexp: ":\n"
## End: