Commit for generation 161
This commit is contained in:
@@ -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 &)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user