1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-06-11 05:44:06 +00:00
Dotfiles/fish/.config/fish/functions/fish_prompt.fish
2017-12-05 11:42:45 -08:00

8 lines
140 B
Fish

function fish_prompt
fishline -s 0 -l USER PWD WRITE SPACE
end
function fish_right_prompt
fishline -s $status -r SIGSTATUS GIT
end