all repos — nixfiles @ a7703b258aa3c8d30543a7de41ac12f827bd845a

System and user configuration, managed by nix and home-manager

Choose EMAIL via home-manager

Alan Pearce
commit

a7703b258aa3c8d30543a7de41ac12f827bd845a

parent

bbe5d54a343420183f7a2202a1df000a95a53fd1

1 file changed, 0 insertions(+), 30 deletions(-)

changed files
M user/settings/zsh.nixuser/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 '';