From 9e89a97d16d5cc697c3f1d9b2572609d9755c133 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 10 Nov 2025 23:32:21 +0100 Subject: test --- home/shells/fish.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 home/shells/fish.nix (limited to 'home/shells/fish.nix') diff --git a/home/shells/fish.nix b/home/shells/fish.nix new file mode 100644 index 0000000..9634249 --- /dev/null +++ b/home/shells/fish.nix @@ -0,0 +1,17 @@ +{ ... }: + +{ + programs.fish = { + enable = true; + + interactiveShellInit = + '' + set fish_greeting + fastfetch + ''; + + shellAliases = { + gs = "git status"; + }; + }; +} -- cgit v1.3