diff options
-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. |