diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-17 10:35:39 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-17 10:42:32 +0200 |
commit | 6a7b616b519c825984217ec1c2f2fe66f92a93fa (patch) | |
tree | ba52de3fc204b9feffe64820ae2bb717c175b48a | |
parent | f7160083b9672c26b60e52a42c029d12852fa097 (diff) | |
download | dotfiles-6a7b616b519c825984217ec1c2f2fe66f92a93fa.tar.xz |
zsh: Add .cargo/bin to PATH
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | zsh/zprofile | 1 |
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[@]}" ) |