summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-10-11 14:58:02 +0300
committerYigit Sever2020-10-11 14:58:02 +0300
commit05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990 (patch)
tree1d216e419a2e12206734d2f3c8b1b2da0dd33355 /.zshrc
parent1b69073f339fdd4ff2459465c0854910dfd0330b (diff)
downloaddotfiles-05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990.tar.gz
dotfiles-05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990.tar.bz2
dotfiles-05f745dbea71ec78d0b6c3ee5d31ad6d25ae2990.zip
move bin to local/bin for zsh
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.