aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-08-17 10:35:39 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-08-17 10:42:32 +0200
commit6a7b616b519c825984217ec1c2f2fe66f92a93fa (patch)
treeba52de3fc204b9feffe64820ae2bb717c175b48a /zsh
parentf7160083b9672c26b60e52a42c029d12852fa097 (diff)
downloaddotfiles-6a7b616b519c825984217ec1c2f2fe66f92a93fa.tar.xz
zsh: Add .cargo/bin to PATH
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile
index f5fd502..dbe274c 100644
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -1,5 +1,6 @@
path=( "$HOME"/.local/bin
"$HOME"/bin
+ "$HOME"/.cargo/bin
"$HOME"/.gem/ruby/2.1.0/bin
"${path[@]}" )