diff options
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r-- | zsh/.zshenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index 7917e82..7991bf1 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -16,5 +16,5 @@ fi [[ -f "$HOME/.pythonrc" ]] && export PYTHONSTARTUP="$HOME/.pythonrc" # Source guix profile -guix_profile=$HOME/.guix-env -[[ -f $guix_profile ]] && . $guix_profile +# guix_profile=$HOME/.guix-env +# [[ -f $guix_profile ]] && . $guix_profile |