aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2020-09-25 09:49:47 +0200
committerÓscar Nájera <hi@oscarnajera.com>2020-09-25 09:49:47 +0200
commit6bf8644e5b33baad22ad2e893d20a394afa3c0a2 (patch)
tree2df41c663d51228a4a5e440b9936bedbaec9d4a6 /.zshrc
parentc9a7b42281802f4fc398f07cdaadbaca5a60df3b (diff)
downloaddotfiles-6bf8644e5b33baad22ad2e893d20a394afa3c0a2.tar.gz
dotfiles-6bf8644e5b33baad22ad2e893d20a394afa3c0a2.tar.bz2
dotfiles-6bf8644e5b33baad22ad2e893d20a394afa3c0a2.zip
Cargo path
Diffstat (limited to '.zshrc')
-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"