fish: functions/fish_prompt: Drop virtualfish
It increases the load time which is just annoying. Fuck Python anyways.
This commit is contained in:
parent
8b827b49d2
commit
e6b71916e8
2 changed files with 0 additions and 8 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue