Reworded the about

pull/1557/head
Uco Mesdag 2020-04-13 02:37:24 +02:00
parent b220c0e744
commit e73f6dbc62
No known key found for this signature in database
GPG Key ID: 4ADCB4FA8FCAAA19
1 changed files with 1 additions and 1 deletions

View File

@ -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)