From a69a38d287e383916bedae37de62447e959cac4b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 6 Jun 2023 10:17:06 -0400 Subject: [PATCH] fish: Use lowercase t for tree --- modules/fish-starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fish-starship/default.nix b/modules/fish-starship/default.nix index a5189c8f..6d96832e 100644 --- a/modules/fish-starship/default.nix +++ b/modules/fish-starship/default.nix @@ -65,7 +65,7 @@ l = "ls -l"; j = "joshuto"; w = "wal -o ~/.config/wal/done.sh"; - T = "tree"; + t = "tree"; }; };