Updated config

This commit is contained in:
Eduard Urbach 2024-02-01 20:59:19 +01:00
parent 86ffacb1e7
commit 8a33af6207
Signed by: eduard
GPG key ID: 49226B848C78F6C8
16 changed files with 207 additions and 32 deletions

View file

@ -0,0 +1,6 @@
function fish_prompt
set_color $fish_color_cwd
echo -n (prompt_pwd)
set_color normal
printf ' '
end