feat(fish): yeet greeting

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -108,8 +108,9 @@ else
     set _asdf_shims "$ASDF_DATA_DIR/shims"
 end
 
-if status is-interactive
+set -U fish_greeting
 
+if status is-interactive
 	{{ if ne .chezmoi.hostname "sidhe" }}
 	alias zed="zeditor"
 	alias task="go-task"