summaryrefslogtreecommitdiff
path: root/home-config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/zsh/zshrc')
-rw-r--r--home-config/zsh/zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/home-config/zsh/zshrc b/home-config/zsh/zshrc
index 1428182..32f1aac 100644
--- a/home-config/zsh/zshrc
+++ b/home-config/zsh/zshrc
@@ -14,6 +14,8 @@ then
return
fi
+PATH=$PATH:$HOME/.cargo/bin
+
# vim mode >:)
# no ryan i am not copying you
set -o vi
@@ -33,9 +35,6 @@ alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
alias ls="ls --color=auto"
alias su="doas -s"
-# Make sure cargo is working with nix packages
-alias cargo="CC=$NIX_PROFILE/bin/gcc $NIX_PROFILE/bin/cargo"
-
# Have manpages use colors
man() {
env \