Commit for generation 180

This commit is contained in:
2024-10-04 05:34:44 -04:00
parent 2d83a94dc4
commit 7fdd461862
2 changed files with 4 additions and 4 deletions

View File

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