aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/export.zsh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-12 14:11:37 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-12-12 14:11:37 +0000
commit96f745fc011512e38892105f40b1d87b6cd62178 (patch)
tree110b1016cc84474860145a3dc62036306c24774c /zsh/.zsh/export.zsh
parent0cf965636441df355737f5ae3734b5fdc60f6ccd (diff)
downloaddotfiles-96f745fc011512e38892105f40b1d87b6cd62178.tar.gz
dotfiles-96f745fc011512e38892105f40b1d87b6cd62178.zip
Make zsh nicer
Diffstat (limited to 'zsh/.zsh/export.zsh')
-rw-r--r--zsh/.zsh/export.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 5049f7d..a5ac697 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -7,3 +7,5 @@ export PATH="${HOME}/.gem/ruby/2.5.0/bin:/usr/local/bin:${PATH}"
export PATH="${HOME}/.local/bin:${PATH}"
export PATH="/usr/bin:${PATH}"
export PATH="${HOME}/.yarn/bin:${PATH}"
+
+export CDPATH='.:..:../..'