summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 050a45a..74e9444 100644
--- a/.zshrc
+++ b/.zshrc
@@ -2,7 +2,7 @@ cowsay $(fortune)
2hostname=$(uname -n) 2hostname=$(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.
5export PATH=$HOME/bin:/usr/local/bin:$PATH 5export PATH=/usr/local/bin:$PATH
6export PATH="$PATH:/home/yigit/.local/bin:$HOME/.cargo/bin" 6export 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.