From e73f6dbc620dfae27d186a98caa8f066df06ebe8 Mon Sep 17 00:00:00 2001 From: Uco Mesdag Date: Mon, 13 Apr 2020 02:37:24 +0200 Subject: [PATCH] Reworded the about --- plugins/available/sudo.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)