Skip to content

Instantly share code, notes, and snippets.

@fredcamps
Last active September 23, 2020 20:20
Show Gist options
  • Save fredcamps/4aecdcc16769c84b605b053ca39ef8e8 to your computer and use it in GitHub Desktop.
Save fredcamps/4aecdcc16769c84b605b053ca39ef8e8 to your computer and use it in GitHub Desktop.
~/.config/fish/functions/
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