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:
Shawn Anderson 2020-10-03 21:38:32 -07:00
parent 0082512751
commit 143a473acc
1 changed files with 6 additions and 0 deletions

View File

@ -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