diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-11 16:49:16 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-11 16:49:16 +0100 |
| commit | e7e975fd79a7a5a8a8897304d8cda986c7fafb0d (patch) | |
| tree | d103665a15a96c31e50942baeca45f67d15b2ccf /components/programs/zsh.nix | |
| parent | f7b0e85d6dd9e906c394699044eb5feefb88179f (diff) | |
| download | nixos-e7e975fd79a7a5a8a8897304d8cda986c7fafb0d.tar.gz nixos-e7e975fd79a7a5a8a8897304d8cda986c7fafb0d.zip | |
shell aliases ripensati
Diffstat (limited to 'components/programs/zsh.nix')
| -rw-r--r-- | components/programs/zsh.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
