Commit for generation 155

This commit is contained in:
2024-10-02 03:25:28 -04:00
parent 14c2a79c2f
commit 5ad69cf208

View File

@@ -131,7 +131,7 @@ ls() {
# cd and ls after # cd and ls after
cd() { cd() {
builtin cd "$@" && ls builtin cd "$@" && command ls --group-directories-first --color=always -F1 "$@" | sort -f -k1
sounds_enabled && (aplay ~/sound/sys/cd.wav > /dev/null 2>&1 &) sounds_enabled && (aplay ~/sound/sys/cd.wav > /dev/null 2>&1 &)
} }
src() { src() {