Sun May 31 07:16:23 UTC 2020 .veerc to avoid "-G -U -f none" each time -- $HOME/gopher/.veerc Looks like this GOPHERMODE=2 # 2 turns off all HTML generating and indexing (gopher only) _CUSTOM_UMASK=0022 # default env on SDF has umask set as 0077 FORMAT_FUNC=format_with_none # default formating (inline fmt is my current preference) For gopher logging I find myself always using: -G # create .txt and update gophermap only -U # force umask to 0022 since SDF seemds to default to 0077 -f none # tend to not use formatting functions outside of vi these days (e.g., ":%!fmt -w 70") enjoy