From 8f5af9a6bef40423ae613e3e7a3c464e09f1bfc8 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 19 Dec 2016 17:12:22 +0100 Subject: [PATCH] Dont set DEFAULT_USER anymore. --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 74001e3..822e3dc 100644 --- a/install.sh +++ b/install.sh @@ -43,7 +43,4 @@ fish -c 'omf install agnoster' touch ~/.fish.local mkdir -p ~/.config/fish/functions ln -s ~/.dotfiles/fish/prompt_pwd.fish ~/.config/fish/functions -if [ ! `whoami` = "root" ]; then - echo 'set -x DEFAULT_USER $LOGNAME' >> ~/.config/fish/config.fish -fi echo 'source ~/.fish.local' >> ~/.config/fish/config.fish