Skip to content

Instantly share code, notes, and snippets.

@gak
Last active December 18, 2015 07:29
Show Gist options
  • Save gak/5746934 to your computer and use it in GitHub Desktop.
Save gak/5746934 to your computer and use it in GitHub Desktop.
My custom fish prompt code explained at http://geraldkaszuba.com/tweaking-fish-shell/
# Virtualenv
if set -q VIRTUAL_ENV
section env (basename "$VIRTUAL_ENV")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment