Gen 298: temporary fix for ls while i figure out what is causing it to be aliased

This commit is contained in:
pagedMov
2024-10-10 20:17:11 -04:00
parent 53bd455c28
commit 03181924a9

View File

@@ -165,6 +165,7 @@ nsp() { nix-shell -p "$@" --run zsh }
clear
splash
s_check && (aplay ~/sound/sys/sh-source.wav > /dev/null 2>&1 &)
unalias ls
'';
};