diff --git a/plugins/available/sudo.plugin.bash b/plugins/available/sudo.plugin.bash index f18219b5..26c53853 100644 --- a/plugins/available/sudo.plugin.bash +++ b/plugins/available/sudo.plugin.bash @@ -1,5 +1,5 @@ cite about-plugin -about-plugin 'Toggle sudo before your current or last command' +about-plugin 'Toggle sudo at the beginning of the current or the previous command' function sudo-command-line() { [[ ${#READLINE_LINE} -eq 0 ]] && READLINE_LINE=$(fc -l -n -1 | xargs)