Skip to content

Instantly share code, notes, and snippets.

@JimPanic
Created August 29, 2015 14:28
Show Gist options
  • Save JimPanic/a76de4422e45f6c63db8 to your computer and use it in GitHub Desktop.
Save JimPanic/a76de4422e45f6c63db8 to your computer and use it in GitHub Desktop.
Changing the prompt in fish; and making it permanent
$ function fish_prompt; set_color white; echo -n $USER:(echo $PWD | sed -e "s|$HOME|~|"); set_color normal; echo -n ' $ '; end
apanek: ~/blog $ funcsave fish_prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment