This commit is contained in:
2024-06-21 04:55:27 -05:00
parent dda130da67
commit adfa271f52
4 changed files with 4 additions and 21 deletions

2
.zshrc
View File

@@ -246,3 +246,5 @@ function open_command() {
${=open_cmd} "$@" &>/dev/null
}
if [ -e /home/user/.nix-profile/etc/profile.d/nix.sh ]; then . /home/user/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer