diff options
Diffstat (limited to 'modules/home/zsh.nix')
| -rw-r--r-- | modules/home/zsh.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 678e70d..c2805a3 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -53,7 +53,6 @@ in eval "$(/opt/homebrew/bin/brew shellenv)" '' else "" ) + '' - [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env" ''; ".hushlogin".text = ""; @@ -137,7 +136,6 @@ in fi } - add_to_path "$HOME/.volta/bin" add_to_path "/Library/Frameworks/Firebird.framework/Resources/bin" add_to_path "/opt/homebrew/opt/libpq/bin" ''; |
