diff options
Diffstat (limited to 'zsh/.zsh/.zshenv')
-rw-r--r-- | zsh/.zsh/.zshenv | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/zsh/.zsh/.zshenv b/zsh/.zsh/.zshenv deleted file mode 100644 index 2cd7b6a..0000000 --- a/zsh/.zsh/.zshenv +++ /dev/null @@ -1,11 +0,0 @@ -export ZDOTDIR=$HOME/.zsh - -# Source guix & nix profiles -guix_profile=$HOME/.guix-env -nix_profile=$HOME/.nix-profile/etc/profile.d/nix.sh - -[[ -f $guix_profile ]] && . $guix_profile -[[ -f $nix_profile ]] && . $nix_profile - -# Export pass without repetitions -export -U PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$HOME/bin:$HOME/.gem/ruby/2.5.0/bin:/usr/lib/surfraw${PATH:+:}$PATH" |