mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-10 10:12:01 +08:00
5 lines
60 B
Fish
5 lines
60 B
Fish
![]() |
function fish_prompt
|
||
|
set -l code $status
|
||
|
prompt_pwd
|
||
|
end
|