Disable default virtualenv prompt.
This commit is contained in:
parent
1d1751154c
commit
29bba84594
@ -46,7 +46,8 @@ 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
|
||||
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
|
||||
if [ `hostname` != 'tuonela' ]; then
|
||||
echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user