mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-04 14:04:17 +00:00
6 lines
164 B
Fish
6 lines
164 B
Fish
function fish_right_prompt \
|
|
--description "Let user override prompt"
|
|
|
|
printf "%s%s%s" $pure_color_right_prompt "$pure_right_prompt" $pure_color_normal
|
|
end
|