Gen 325: fixed sound file paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
scheck && (aplay ~/sound/sys/nixswitch-start.wav > /dev/null 2>&1 &)
|
||||
scheck && runbg aplay ~/media/sound/sys/nixswitch-start.wav
|
||||
builtin cd "$HOME/sysflakes" || exit
|
||||
nix flake update
|
||||
|
||||
@@ -8,7 +8,7 @@ gen=$(readlink /nix/var/nix/profiles/system | sed 's/.*system-\([0-9]*\)-link/\1
|
||||
gen=$((gen + 1))
|
||||
|
||||
git diff --quiet
|
||||
if mycmd; then
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Nothing to commit"
|
||||
return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user