Updated config
This commit is contained in:
6
.config/fish/functions/fish_prompt.fish
Normal file
6
.config/fish/functions/fish_prompt.fish
Normal file
@ -0,0 +1,6 @@
|
||||
function fish_prompt
|
||||
set_color $fish_color_cwd
|
||||
echo -n (prompt_pwd)
|
||||
set_color normal
|
||||
printf ' '
|
||||
end
|
Reference in New Issue
Block a user