diff options
author | Tharre <tharre3@gmail.com> | 2016-07-05 19:33:41 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:40 +0000 |
commit | 7f9dc71e8b8dd2c9a366e25b952735f616aae49f (patch) | |
tree | 8dde1c51946f6772e5844bfef97ca960b04b52ed /shell | |
parent | 3affff8e3b6878772ca9fe6912f2f267dbf267ca (diff) | |
download | dotfiles-7f9dc71e8b8dd2c9a366e25b952735f616aae49f.tar.gz dotfiles-7f9dc71e8b8dd2c9a366e25b952735f616aae49f.tar.xz dotfiles-7f9dc71e8b8dd2c9a366e25b952735f616aae49f.zip |
zsh: cleanup PATH
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/_zshrc b/shell/_zshrc index 7539c9e..8884395 100644 --- a/shell/_zshrc +++ b/shell/_zshrc @@ -109,8 +109,6 @@ function 256color_test { } ## PATH -export PATH=$PATH:~/.cabal/bin -export PATH=$PATH:$HOME/.gem/ruby/2.2.0/bin export PATH=$PATH:$HOME/bin ## alias |