added t480s config

This commit is contained in:
pim-wtf
2023-02-16 10:19:30 +01:00
parent e7beffcb4e
commit 8a327dc6f3
49 changed files with 7008 additions and 0 deletions

View File

@ -0,0 +1,6 @@
function fish_prompt
set_color $fish_color_cwd
echo -n (basename $PWD)
set_color normal
echo -n ' » '
end