📁 files(fish): add fish_gretting function
This commit is contained in:
parent
65eddc0aac
commit
5b8241c4cd
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
3
.config/fish/functions/fish_greeting.fish
Normal file
3
.config/fish/functions/fish_greeting.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function fish_greeting
|
||||
colorscript random
|
||||
end
|
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Reference in a new issue