diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 03:08:23 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 03:08:23 +0530 |
| commit | 36ac9f9a50f164f5f031e44fc2206e13249c00a6 (patch) | |
| tree | 53f5e43244c8c55f7229e2ec06bde4674e8dfbb7 /config | |
| parent | a9d1d6b2ac23c4b19e715a2cf5b66706247c9a94 (diff) | |
| download | odysseus-36ac9f9a50f164f5f031e44fc2206e13249c00a6.zip odysseus-36ac9f9a50f164f5f031e44fc2206e13249c00a6.tar.gz | |
fix path
Diffstat (limited to 'config')
| -rw-r--r-- | config/zsh.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/zsh.nix b/config/zsh.nix index e7bb628..84badd5 100644 --- a/config/zsh.nix +++ b/config/zsh.nix @@ -94,6 +94,9 @@ }; initContent = '' + unset __HM_SESS_VARS_SOURCED + source ~/.nix-profile/etc/profile.d/hm-session-vars.sh + # global aliases alias -g NE='2>/dev/null' alias -g DN='> /dev/null' |
