diff options
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ function update_dotfiles() { function suspend_after() { trap 'kill $!' INT TERM EXIT systemd-inhibit --what=handle-lid-switch sleep 1d & - eval "$1" + eval "$*" systemctl suspend } |