Choose EMAIL via home-manager
1 file changed, 0 insertions(+), 30 deletions(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -258,29 +258,6 @@ ngc = "nix-collect-garbage --delete-older-than 14d"; }; envExtra = '' - case $OSTYPE in - darwin*) - os=darwin - ;; - linux-gnu) - os=linux - ;; - freebsd*) - os=freebsd - ;; - *) - os=unknown - ;; - esac - - case $MACHTYPE in - *64) - arch=amd64 - ;; - *) - arch=386 - ;; - esac if [[ ''${path[(I)$HOME/.local/bin ]} ]] then path+=($HOME/.local/bin)@@ -289,13 +266,6 @@ if [[ ''${path[(I)$HOME/go/bin ]} ]] then path+=($HOME/go/bin) - fi - - if [[ $HOST =~ satoshi ]] - then - EMAIL=alan@satoshipay.io - else - EMAIL=alan@alanpearce.eu fi '';