added fish greeting
This commit is contained in:
@@ -52,8 +52,4 @@ if status is-interactive
|
||||
source $HOME/.config/fish/configs/default_config.fish
|
||||
end
|
||||
end
|
||||
|
||||
if test -e /usr/bin/fastfetch
|
||||
fastfetch
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
function fish_greeting
|
||||
if test -e /usr/bin/fastfetch
|
||||
fastfetch
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user