aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
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: