diff options
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r-- | zsh/.zshenv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index b7e0f3e..5db58ac 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -9,6 +9,5 @@ export PYTHONSTARTUP="$HOME/.pythonrc" # Source guix profile guix_profile=$HOME/.guix-env - [[ -f $guix_profile ]] && . $guix_profile |