We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdb14e commit 155533cCopy full SHA for 155533c
1 file changed
modules/shells.nix
@@ -20,6 +20,8 @@ let
20
kubectl = "microk8s.kubectl";
21
la = "eza --icons --group-directories-first -a";
22
ll = "eza --icons --group-directories-first -l";
23
+ lla = "eza --icons --group-directories-first -la";
24
+ llah = "eza --icons --group-directories-first -lah";
25
ls = "eza --icons --group-directories-first";
26
make-keys = "ssh-keygen -t rsa -b 4096";
27
switch = "home-manager switch --flake $HOME/.config/home-manager#$USER";
0 commit comments