all repos — nixfiles @ a9cf2404db130d299bd4208a6657cc1ed4b866bc

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

zsh: Fix email switch

Alan Pearce
commit

a9cf2404db130d299bd4208a6657cc1ed4b866bc

parent

f1321a5cc23ae13220009a220b9fe13918cb369d

1 file changed, 1 insertion(+), 1 deletion(-)

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