dotfiles/dot_config/fish/functions/hltsis.fish
2026-05-09 18:20:11 +02:00

3 lines
132 B
Fish

function hltsis --wraps='sudo shutdown -h now' --description 'alias hltsis=sudo shutdown -h now'
sudo shutdown -h now $argv
end