From c050f62249f64b906adc813ed6078e230828f47d Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Wed, 26 Jun 2024 12:04:58 +0200 Subject: [PATCH] Remove unneded shell aliases --- modules/home/fish/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/home/fish/default.nix b/modules/home/fish/default.nix index abd0f25..076a261 100644 --- a/modules/home/fish/default.nix +++ b/modules/home/fish/default.nix @@ -40,12 +40,10 @@ in home.shellAliases = { g = "git status"; - fd = "fd -HI"; ls = "ls --color"; la = "ls -Alh --color"; grep = "grep --color"; conf = "edit-config"; - c = "fzf-z"; }; programs.starship = {