diff options
author | Yigit Sever | 2020-05-14 22:40:25 +0300 |
---|---|---|
committer | Yigit Sever | 2020-05-14 22:40:25 +0300 |
commit | 96d6dcb04b8e2ad53e2c3422b776413edf9242ed (patch) | |
tree | 108fdee2220957b331e7cdda03085f3a8840e001 | |
parent | 02a6a37112277ad41008e1ec1344132dc0fd2200 (diff) | |
download | dotfiles-96d6dcb04b8e2ad53e2c3422b776413edf9242ed.tar.gz dotfiles-96d6dcb04b8e2ad53e2c3422b776413edf9242ed.tar.bz2 dotfiles-96d6dcb04b8e2ad53e2c3422b776413edf9242ed.zip |
add cargo bin to path
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ hostname=$(uname -n) | |||
3 | 3 | ||
4 | # If you come from bash you might have to change your $PATH. | 4 | # If you come from bash you might have to change your $PATH. |
5 | export PATH=$HOME/bin:/usr/local/bin:$PATH | 5 | export PATH=$HOME/bin:/usr/local/bin:$PATH |
6 | export PATH="$PATH:/home/yigit/.local/bin" | 6 | export PATH="$PATH:/home/yigit/.local/bin:$HOME/.cargo/bin/" |
7 | 7 | ||
8 | # Path to your oh-my-zsh installation. | 8 | # Path to your oh-my-zsh installation. |
9 | export ZSH=/home/yigit/.oh-my-zsh | 9 | export ZSH=/home/yigit/.oh-my-zsh |