Skip to content

Commit 51e79bb

Browse files
committed
try direnv
1 parent b4cc5a8 commit 51e79bb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

systems/aarch64-linux/zsh.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ in {
5252
# Tool initializations
5353
${sharedZsh.tools}
5454
55-
# NVM setup - simplified to avoid redundancy
56-
export NVM_DIR="$HOME/.nvm"
57-
mkdir -p "$NVM_DIR"
58-
59-
# Initialize NVM from the Nix overlay location
60-
source "${pkgs.nvm}/share/nvm/nvm.sh"
61-
source "${pkgs.nvm}/share/nvm/bash_completion"
62-
6355
# Alias for AWS commands
6456
alias awssso="aws sso login"
6557

0 commit comments

Comments
 (0)