Added snake to my python environment. I have a feeling that this might get overwritten by one of my fish plluginn manageers. I will keep an eye on it.
This commit is contained in:
parent
0082512751
commit
143a473acc
|
|
@ -0,0 +1,6 @@
|
|||
# Defined in /tmp/fish.hymHqS/_virtualfish.fish @ line 2
|
||||
function _virtualfish
|
||||
if set -q VIRTUAL_ENV
|
||||
echo -n -s (set_color black) "(" (basename "$VIRTUAL_ENV") "🐍)" (set_color normal) " "
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue