Last active
September 23, 2020 20:20
-
-
Save fredcamps/4aecdcc16769c84b605b053ca39ef8e8 to your computer and use it in GitHub Desktop.
~/.config/fish/functions/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if set -q VIRTUAL_ENV | |
echo -n -s (set_color -b blue white) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal) " " | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment