From dcbe2406c92d7b91a3489ec0a1cbf5258251dc0f Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 13 Mar 2025 19:47:45 +0300 Subject: [PATCH] i hate the universe in its entirety --- home/fish.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/fish.nix b/home/fish.nix index 8f06736..11f5e6b 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -1,6 +1,9 @@ { programs.fish = { enable = true; + interactiveShellInit = '' + set -g fish_greeting + ''; shellAliases = { c = "code ."; l = "ls -lah";