10 lines
159 B
Fish
10 lines
159 B
Fish
|
|
if status is-interactive
|
||
|
|
|
||
|
|
set fish_greeting
|
||
|
|
|
||
|
|
function fish_prompt
|
||
|
|
printf "%s%s%s " (set_color $fish_color_cwd) (prompt_pwd) (set_color --reset)
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|