Skip to content

Instantly share code, notes, and snippets.

@rogerhub
Created August 11, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerhub/4c9e4f284953759c6f61 to your computer and use it in GitHub Desktop.
Save rogerhub/4c9e4f284953759c6f61 to your computer and use it in GitHub Desktop.
OS X Terminal.app and Fish shell intergration
function fish_right_prompt
printf "\033]7;file://localhost%s\a" (echo "$PWD" | sed -e 's/ /%20/g')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment