Skip to content

Instantly share code, notes, and snippets.

@gaearon
Created May 12, 2016 14:45
Show Gist options
  • Save gaearon/d1087bc9f2b8906e202ba60da26bfe5c to your computer and use it in GitHub Desktop.
Save gaearon/d1087bc9f2b8906e202ba60da26bfe5c to your computer and use it in GitHub Desktop.
/Users/dan/.config/fish/functions/fish_prompt.fish
function fish_prompt
set_color FF0
echo -n (basename $PWD)
set_color normal
echo -n $normal ') '
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment