From cbaba648ca17f9e6ce67e816b2b6d2b10ce76512 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 14 Jun 2021 23:08:02 +0300 Subject: [PATCH] Use exa as ls alias --- modules/workspace/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/workspace/zsh.nix b/modules/workspace/zsh.nix index b7ec04f..055d38c 100755 --- a/modules/workspace/zsh.nix +++ b/modules/workspace/zsh.nix @@ -65,6 +65,7 @@ "o" = "xdg-open"; "post" = ''curl -F"file=@-" https://0x0.st''; "cat" = "${pkgs.bat}/bin/bat"; + "ls" = "${pkgs.exa}/bin/exa"; }; initExtra = '' cmdignore=(htop tmux top vim)