infra: update to nixos-23.05 #230

Merged
teutat3s merged 50 commits from infra-23.05 into infra 2023-07-02 12:59:05 +00:00
Showing only changes of commit b5ff01f703 - Show all commits

View file

@ -11,7 +11,7 @@ with self; ''
# Get shell command list # Get shell command list
# This may include the occasional non-executable file # This may include the occasional non-executable file
command_list=$({ whence -wm '*' | sed 's/:[^:]*$//' }) command_list=$({ compgen -c | sed 's/:[^:]*$//'; })
# read existing command history # read existing command history
if [ -f "$HIST_FILE" ]; then if [ -f "$HIST_FILE" ]; then