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

6
flake.lock generated
View File

@@ -195,11 +195,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727817100, "lastModified": 1728026342,
"narHash": "sha256-dlyV9/eiWkm/Y/t2+k4CFZ29tBvCANmJogEYaHeAOTw=", "narHash": "sha256-3mGqKM1jSkc2DrJvR/HCTav0Chd1n8/s1eJ9Y5GzNVM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "437ec62009fa8ceb684eb447d455ffba25911cf9", "rev": "30e04f3d477256de3eb6a7cff608e220087537d4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -133,8 +133,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 &)
} }