fish: functions/fish_prompt: Drop virtualfish

It increases the load time which is just annoying. Fuck Python
anyways.
This commit is contained in:
Sanchayan Maity 2022-04-13 20:41:12 +05:30
parent 8b827b49d2
commit e6b71916e8
2 changed files with 0 additions and 8 deletions

View File

@ -1,4 +0,0 @@
set -g VIRTUALFISH_VERSION 2.5.4
set -g VIRTUALFISH_PYTHON_EXEC /usr/bin/python
source /usr/lib/python3.10/site-packages/virtualfish/virtual.fish
emit virtualfish_did_setup_plugins

View File

@ -86,8 +86,4 @@ function fish_prompt
if set -q SSH_TTY
set -g fish_color_host brred
end
if set -q VIRTUAL_ENV
echo -n -s (set_color -b blue white) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal) " "
end
end