This commit is contained in:
Bartek Stalewski 2016-12-19 17:38:45 +01:00
parent edec94baed
commit 8485ef33d6
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +0,0 @@
function prompt_pwd
pwd | sed -e 's|/private||' -e "s|$HOME|~|"
end

View File

@ -41,9 +41,8 @@ curl -L http://get.oh-my.fish | fish
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
echo 'set -g theme_title_use_abbreviated_path no' > ~/.config/fish/config.fish
if [ `hostname` != 'tuonela' ]; then
echo 'set -g theme_display_user yes' > ~/.config/fish/config.fish
echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish
fi
echo 'source ~/.fish.local' >> ~/.config/fish/config.fish