mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Group directories first
This commit is contained in:
@@ -153,7 +153,7 @@ in
|
|||||||
g = "git";
|
g = "git";
|
||||||
grep = "rg --smart-case";
|
grep = "rg --smart-case";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
ls = "exa -la --git";
|
l = "exa -la --git --group-directories-first";
|
||||||
ps = "procs";
|
ps = "procs";
|
||||||
t = "tmux-sessionizer";
|
t = "tmux-sessionizer";
|
||||||
tree = "exa --tree";
|
tree = "exa --tree";
|
||||||
|
Reference in New Issue
Block a user