aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-17 15:34:14 +0200
committerGravatar Tom Willemse2016-07-17 15:34:14 +0200
commit6f6ee884976966074095de79a1c0489f65f8ec8a (patch)
tree37ff35a4a40a76d90b010b25c792e2c466c7e05e /zsh
parent06b4055040ddd75964904f79b936e90ac6ad5874 (diff)
downloadnew-dotfiles-6f6ee884976966074095de79a1c0489f65f8ec8a.tar.gz
new-dotfiles-6f6ee884976966074095de79a1c0489f65f8ec8a.zip
Add zsh configuration
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
new file mode 100644
index 0000000..8cc259c
--- /dev/null
+++ b/zsh/.zshrc
@@ -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: