diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2017-01-26 15:10:51 -0500 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2017-01-26 15:10:51 -0500 |
commit | cbf9bf787f7e8034bb5aecdc349278ff5e460938 (patch) | |
tree | 9084cbfcc7c525c3828c9621a9b94111fb6b73ba | |
parent | Remove macOS keyboard layout (diff) | |
download | src-cbf9bf787f7e8034bb5aecdc349278ff5e460938.tar.gz src-cbf9bf787f7e8034bb5aecdc349278ff5e460938.zip |
Remove broken gem bin path from path
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index de0d88a4..24bda00f 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,7 @@ path=( /sbin /bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin - ~/.bin ~/.cargo/bin ~/.gem/bin + ~/.bin ~/.cargo/bin ) export PAGER=less MANPAGER=less EDITOR=vim GIT_EDITOR=vim |