From 2ea71424a7d24b782d0d60c0568e54fcd43723fd Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 3 Feb 2018 18:31:25 +0100 Subject: [PATCH] fish: set Debian packaging variables DEBFULLNAME and DEBEMAIL --- shells/fish/config.fish | 8 ++++++++ 1 file changed, 8 insertions(+) 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" \)