diff --git a/home/cli.nix b/home/cli.nix index 3395faa..c49d362 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -105,7 +105,11 @@ in { enable = true; enableAutosuggestions = true; # enableSyntaxHighlighting = true; - shellAliases = { e = "emacsclient -c $@"; }; + shellAliases = { + e = "emacsclient -c $@"; + ls = "exa $@"; + t = "exa -T $@"; + }; oh-my-zsh = { enable = true; plugins = [ "git" "fzf" "fd" "z" ];