fish-shell/share/tools/web_config/sample_prompts/lonetwin.fish
Aaron Gyes 3b97e2d7ec Stop caching set_color output in rest of prompts
No more __fish_prompt_* variables.
2019-04-09 03:40:09 -07:00

7 lines
226 B
Fish

# name: lonetwin
# author: Steve
function fish_prompt --description 'Write out the prompt'
echo -n -s "$USER" @ (prompt_hostname) ' ' (set_color $fish_color_cwd) (prompt_pwd) (fish_vcs_prompt) (set_color normal) '> '
end