summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 82d3530..04dc8e7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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.
5export PATH=$HOME/bin:/usr/local/bin:$PATH 5export PATH=$HOME/bin:/usr/local/bin:$PATH
6export PATH="$PATH:/home/yigit/.local/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.
9export ZSH=/home/yigit/.oh-my-zsh 9export ZSH=/home/yigit/.oh-my-zsh