Commit for generation 161

This commit is contained in:
2024-10-02 03:49:29 -04:00
parent 979ee3ed3e
commit 4af2c87861

View File

@@ -132,7 +132,8 @@ ls() {
# cd and ls after # cd and ls after
cd() { cd() {
export SOUNDS_ENABLED=0 export SOUNDS_ENABLED=0
builtin cd "$@" && ls ls "$@"
builtin cd "$@"
export SOUNDS_ENABLED=1 export SOUNDS_ENABLED=1
sounds_enabled && (aplay ~/sound/sys/cd.wav > /dev/null 2>&1 &) sounds_enabled && (aplay ~/sound/sys/cd.wav > /dev/null 2>&1 &)
} }