diff options
| author | Yigit Sever | 2020-10-11 14:58:02 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-10-11 14:58:02 +0300 |
| commit | 05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990 (patch) | |
| tree | 1d216e419a2e12206734d2f3c8b1b2da0dd33355 | |
| parent | 1b69073f339fdd4ff2459465c0854910dfd0330b (diff) | |
| download | dotfiles-05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990.tar.gz dotfiles-05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990.tar.bz2 dotfiles-05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990.zip | |
move bin to local/bin for zsh
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ cowsay $(fortune) | |||
| 2 | hostname=$(uname -n) | 2 | 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=/usr/local/bin:$PATH |
| 6 | export PATH="$PATH:/home/yigit/.local/bin:$HOME/.cargo/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. |
