diff --git a/shells/fish/config.fish b/shells/fish/config.fish index 0ef130d..0720a2c 100644 --- a/shells/fish/config.fish +++ b/shells/fish/config.fish @@ -60,6 +60,14 @@ if [ -z $GOPATH ] set -Ux GOPATH ~/.go end +if test -z $DEBFULLNAME + set -Ux DEBFULLNAME "Marcel Kapfer" +end + +if test -z $DEBEMAIL + set -Ux DEBEMAIL "opensource@mmk2410.org" +end + # Attach the autoscreen screen session if StumpWM is running # and it's not already in use. # if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)