A simple zsh plugin to add a sudo to the current line or to the previous command. It tries hard to keep the current cursor position so your flow doesn't get disturbed.
It's a useful plug-in if you forget to add sudo to a command.
- Load the plugin with your favourite zsh plugin manager or simply source the zsh-sudo-previous-current.plugin.zsh file
- Type a command and press
control-x and sto add sudo. If you don't type any command, the previous command will be used.
ZSH_SUDO_PREVIOUS_CURRENT_BIND: Key binding to add sudo to the current line or previous command. Default:^x swhich isctrl+x and sZSH_SUDO_PREVIOUS_CURRENT_CMD: Command to use for sudo. Default:sudo
- Fediverse - <@[email protected]>
- Twitter - <@chmouel>
- Blog - <https://blog.chmouel.com>