aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index efa2f5b..d5b685e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -121,3 +121,5 @@ alias gdimg='git difftool -t image_diff'
alias -g G='| grep'
alias lar='ls -lahrt'
alias mykeys='setxkbmap -I~/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY'
+
+export PATH="$HOME/.cargo/bin:$PATH"