Commit for generation 179
This commit is contained in:
@@ -133,8 +133,8 @@ ls() {
|
|||||||
# cd and ls after
|
# cd and ls after
|
||||||
cd() {
|
cd() {
|
||||||
export SOUNDS_ENABLED=0
|
export SOUNDS_ENABLED=0
|
||||||
ls "$@"
|
|
||||||
builtin cd "$@"
|
builtin cd "$@"
|
||||||
|
ls "$@"
|
||||||
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 &)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user