From edec94baed1c5990f48017405e2a567a9241c012 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 19 Dec 2016 17:26:38 +0100 Subject: [PATCH] Change default theme. --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 822e3dc..c24b367 100644 --- a/install.sh +++ b/install.sh @@ -38,9 +38,12 @@ ln -sf ~/.dotfiles/tmux.conf ~/.tmux.conf rm -rf ~/.config/fish ~/.local/share/fish ~/.config/omf ~/.local/share/omf # installing omf curl -L http://get.oh-my.fish | fish -fish -c 'omf install agnoster' +fish -c 'omf install bobthefish' # installing misc settings touch ~/.fish.local mkdir -p ~/.config/fish/functions ln -s ~/.dotfiles/fish/prompt_pwd.fish ~/.config/fish/functions +if [ `hostname` != 'tuonela' ]; then + echo 'set -g theme_display_user yes' > ~/.config/fish/config.fish +fi echo 'source ~/.fish.local' >> ~/.config/fish/config.fish