Compare commits

...

2 Commits

Author SHA1 Message Date
zoe e5af320877 Merge branch 'main' of git.kittycat.homes:zoe/config-fish 2022-08-01 08:27:40 +02:00
zoe 610ae293f2 new greeting 2022-08-01 08:27:16 +02:00
3 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,6 @@ if status is-interactive
# start vi mode
set -g fish_key_bindings fish_vi_key_bindings
# Set greeting
set fish_greeting ""
# Commands to run in interactive sessions can go here
# Dracula Color Palette
set -l foreground f8f8f2

View File

@ -29,6 +29,7 @@ SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrbl
SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell
SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di

View File

@ -1,2 +1,3 @@
function fish_greeting
cat /etc/motd
end