Directiories are now sorted first
This commit is contained in:
parent
768b511919
commit
b9cab71d26
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Arguments for some programs
|
||||
export "ARGS_EZA=--long --binary --mounts --no-git --color=always --color-scale=size --color-scale-mode=fixed --no-quotes --smart-group --almost-all --sort name"
|
||||
export "ARGS_EZA=--long --binary --mounts --no-git --color=always --color-scale=size --color-scale-mode=fixed --no-quotes --smart-group --almost-all --sort name --group-directories-first"
|
||||
export "ARGS_MOAR=-colors 16M -statusbar bold --style dracula"
|
||||
|
||||
# General
|
||||
|
|
Loading…
Reference in a new issue