📁 files(fish): add fish_gretting function

This commit is contained in:
Sergio Laín 2023-12-14 00:09:24 +01:00
parent 65eddc0aac
commit 5b8241c4cd
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,6 @@ source ~/.config/fish/abbreviations.fish
if status is-interactive
atuin init fish | source
source /usr/share/doc/find-the-command/ftc.fish
colorscript random
end
starship init fish | source

View file

@ -0,0 +1,3 @@
function fish_greeting
colorscript random
end

View file

@ -70,4 +70,3 @@ set -xg RIPGREP_CONFIG_PATH $HOME/.config/rg/.ripgreprc
set -xg STARSHIP_CONFIG $HOME/.config/starship/starship.toml
set -xg LS_COLORS (vivid generate catppuccin-macchiato)
set -xg BAT_THEME Catppuccin-macchiato
set fish_greeting ""