all repos — nixfiles @ a9cf2404db130d299bd4208a6657cc1ed4b866bc

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

zsh: Fix email switch
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 20:02:40 +0200
commit

a9cf2404db130d299bd4208a6657cc1ed4b866bc

parent

f1321a5cc23ae13220009a220b9fe13918cb369d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/.config/zsh/.zshenvzsh/.config/zsh/.zshenv
@@ -69,7 +69,7 @@ then     path+=($HOME/go/bin)
   fi
 
-  if [[ $HOSTNAME =~ satoshi ]]
+  if [[ $HOST =~ satoshi ]]
   then
     EMAIL=alan@satoshipay.io
   else