Created
May 12, 2016 14:45
-
-
Save gaearon/d1087bc9f2b8906e202ba60da26bfe5c to your computer and use it in GitHub Desktop.
/Users/dan/.config/fish/functions/fish_prompt.fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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