diff options
author | Alan Pearce | 2016-10-21 12:09:54 +0200 |
---|---|---|
committer | Alan Pearce | 2016-10-21 12:09:54 +0200 |
commit | 6ebfc7c5c6585836a0de12412a65b1419401301a (patch) | |
tree | 3cefe6c8be958992c6965a2ea71205ae352152e0 /host-ap-spotcap.local/config | |
parent | 9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb (diff) | |
download | nixfiles-6ebfc7c5c6585836a0de12412a65b1419401301a.tar.lz nixfiles-6ebfc7c5c6585836a0de12412a65b1419401301a.tar.zst nixfiles-6ebfc7c5c6585836a0de12412a65b1419401301a.zip |
Remove brew stuff
Diffstat (limited to 'host-ap-spotcap.local/config')
-rw-r--r-- | host-ap-spotcap.local/config/zsh/zshenv.local | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local index a5ec0b44..f6881be2 100644 --- a/host-ap-spotcap.local/config/zsh/zshenv.local +++ b/host-ap-spotcap.local/config/zsh/zshenv.local @@ -3,6 +3,3 @@ if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]] then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi -export ZPLUG_HOME=/usr/local/opt/zplug - -export HOMEBREW_NO_AUTO_UPDATE=1 |