Gen 288: fixed ls overlay function
This commit is contained in:
@@ -62,7 +62,7 @@ s_check() { [ $SOUNDS_ENABLED -eq 1 ] }
|
|||||||
|
|
||||||
unalias ls
|
unalias ls
|
||||||
ls() {
|
ls() {
|
||||||
eza -1 --group-directories-first --icons "@"
|
eza -1 --group-directories-first --icons "$@"
|
||||||
s_check && runbg aplay ~/sound/sys/ls.wav
|
s_check && runbg aplay ~/sound/sys/ls.wav
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user