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: