From e7e975fd79a7a5a8a8897304d8cda986c7fafb0d Mon Sep 17 00:00:00 2001 From: Leonardo Date: Wed, 11 Mar 2026 16:49:16 +0100 Subject: shell aliases ripensati --- components/programs/zsh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'components') diff --git a/components/programs/zsh.nix b/components/programs/zsh.nix index 9ace5fd..b5b97a2 100644 --- a/components/programs/zsh.nix +++ b/components/programs/zsh.nix @@ -18,6 +18,14 @@ plugins = [ "git" "ssh" ]; }; + shellAliases = { + ls = "eza"; + l = "ls -lh"; + ll = "ls -lah"; + + ssh = "TERM=xterm-256color ssh"; + }; + initContent = '' # Ctrl + arrow keys bindkey '^[Oc' forward-word -- cgit v1.3