[Shell] Fix capitalization typo in stay-awake alias
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user