summaryrefslogtreecommitdiff
path: root/home-config/zsh/zshrc
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
commit2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch)
tree71785091dbd341919dda5832a2ccceb0601185b6 /home-config/zsh/zshrc
parentupdate configs and virt packages (diff)
downloaddotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.gz
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.bz2
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.zip
update sway and waybar configuration, hanve around guix packages
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 \