diff options
Diffstat (limited to 'zsh/zprofile')
-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[@]}" ) |