[Shell] Fix capitalization typo in stay-awake alias

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-06 16:17:47 -07:00
parent fb95bcb6cf
commit 724d77dc57

View File

@@ -65,7 +65,7 @@
"du" = "echo 'Do you mean: dust or dua?'"; "du" = "echo 'Do you mean: dust or dua?'";
"ranger" = "echo 'Do you mean: yazi'"; "ranger" = "echo 'Do you mean: yazi'";
"stay-awake" = '' "stay-awake" = ''
tmux new-session -d -A -s keep-awake 'systemd-inhibit --who="DRew" --why="Manual keep awake" --what=sleep sleep infinity' tmux new-session -d -A -s keep-awake 'systemd-inhibit --who="Drew" --why="Manual keep awake" --what=sleep sleep infinity'
''; '';
"allow-sleep" = "tmux kill-session -t keep-awake"; "allow-sleep" = "tmux kill-session -t keep-awake";
}; };