mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-25 16:53:25 +08:00
6 lines
94 B
Fish
6 lines
94 B
Fish
![]() |
function fish_right_prompt
|
||
|
set_color red
|
||
|
printf '%s ' (prompt_pwd)
|
||
|
set_color normal
|
||
|
end
|