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)