Skip to content

Instantly share code, notes, and snippets.

@nautilebleu
Created June 10, 2012 13:08
Show Gist options
  • Save nautilebleu/2905488 to your computer and use it in GitHub Desktop.
Save nautilebleu/2905488 to your computer and use it in GitHub Desktop.
Activate.fish that works on OS X
# in /path/to/venv/bin/activate.fish
# replace
set -l oldpromptfile (tempfile)
#by
set -l oldpromptfile (mktemp -t tmp.oldpromptcontents.XXXX)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment