summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-05-14 22:40:25 +0300
committerYigit Sever2020-05-14 22:40:25 +0300
commit96d6dcb04b8e2ad53e2c3422b776413edf9242ed (patch)
tree108fdee2220957b331e7cdda03085f3a8840e001 /.zshrc
parent02a6a37112277ad41008e1ec1344132dc0fd2200 (diff)
downloaddotfiles-96d6dcb04b8e2ad53e2c3422b776413edf9242ed.tar.gz
dotfiles-96d6dcb04b8e2ad53e2c3422b776413edf9242ed.tar.bz2
dotfiles-96d6dcb04b8e2ad53e2c3422b776413edf9242ed.zip
add cargo bin to path
diffstat (limited to '.zshrc')
-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