From 6f6ee884976966074095de79a1c0489f65f8ec8a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Jul 2016 15:34:14 +0200 Subject: Add zsh configuration --- zsh/.zshrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 zsh/.zshrc (limited to 'zsh') 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: -- cgit v1.2.3-54-g00ecf