From e0f97d4f659800ceb2f469891b01de5118b5ed09 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Wed, 27 Mar 2024 11:35:22 +0100 Subject: [PATCH] added gitstatus to files --- modules/home/apps/cli-apps/fish/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home/apps/cli-apps/fish/default.nix b/modules/home/apps/cli-apps/fish/default.nix index 72ea09e..02ecb42 100644 --- a/modules/home/apps/cli-apps/fish/default.nix +++ b/modules/home/apps/cli-apps/fish/default.nix @@ -25,11 +25,11 @@ in { shellInit = "zoxide init fish | source"; shellAliases = { vim = "nvim"; - ls = "colorls"; - l = "colorls -l"; - la = "colorls -a"; - lla = "colorls -la"; - lt = "colorls --tree"; + ls = "colorls --gs"; + l = "ls -l"; + la = "ls -a"; + lla = "ls -la"; + lt = "ls --tree"; }; };