From 2cb639b95fc4d7834a092adf37c9ebec90fe7193 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 29 Sep 2023 10:36:21 -0400 Subject: update sway and waybar configuration, hanve around guix packages --- home-config/zsh/zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'home-config/zsh') 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 \ -- cgit v1.2.3-freya