Reworded the about
parent
b220c0e744
commit
e73f6dbc62
|
|
@ -1,5 +1,5 @@
|
||||||
cite about-plugin
|
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() {
|
function sudo-command-line() {
|
||||||
[[ ${#READLINE_LINE} -eq 0 ]] && READLINE_LINE=$(fc -l -n -1 | xargs)
|
[[ ${#READLINE_LINE} -eq 0 ]] && READLINE_LINE=$(fc -l -n -1 | xargs)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue