Full prompt in fish.
This commit is contained in:
parent
29bba84594
commit
afd719e177
@ -48,6 +48,7 @@ echo 'function fish_right_prompt; end' > ~/.config/fish/functions/fish_right_pro
|
|||||||
touch ~/.fish.local
|
touch ~/.fish.local
|
||||||
echo 'set -x VIRTUAL_ENV_DISABLE_PROMPT 1' > ~/.config/fish/config.fish
|
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 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
|
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
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user