From ab90a9653064f543ff468d4a45274c794bc52c83 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 19 Dec 2016 18:08:23 +0100 Subject: [PATCH] Modification to the theme. --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 1490ead..2a43889 100644 --- a/install.sh +++ b/install.sh @@ -40,6 +40,9 @@ rm -rf ~/.config/fish ~/.local/share/fish ~/.config/omf ~/.local/share/omf curl -L http://get.oh-my.fish | fish fish -c 'omf install bobthefish' # installing misc settings +mkdir -p ~/.config/fish/functions +echo 'function fish_greeting; end' > ~/.config/fish/functions/fish_greeting.fish +echo 'function fish_right_prompt; end' > ~/.config/fish/functions/fish_right_prompt.fish touch ~/.fish.local echo 'set -g theme_title_use_abbreviated_path no' > ~/.config/fish/config.fish if [ `hostname` != 'tuonela' ]; then