Full prompt in fish.

This commit is contained in:
Bartek Stalewski 2016-12-30 00:30:54 +00:00
parent 29bba84594
commit afd719e177

View File

@ -48,6 +48,7 @@ echo 'function fish_right_prompt; end' > ~/.config/fish/functions/fish_right_pro
touch ~/.fish.local
echo 'set -x VIRTUAL_ENV_DISABLE_PROMPT 1' > ~/.config/fish/config.fish
echo 'set -g theme_title_use_abbreviated_path no' >> ~/.config/fish/config.fish
echo 'set -g fish_prompt_pwd_dir_length 0' >> ~/.config/fish/config.fish
if [ `hostname` != 'tuonela' ]; then
echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish
fi