6 lines
148 B
Text
6 lines
148 B
Text
|
# -*- mode: sh; -*-
|
||
|
# Copied and modified from
|
||
|
# http://zshwiki.org/home/code/zle/addsudoorpfexec
|
||
|
BUFFER="sudo $(history -n -1 -1)"
|
||
|
CURSOR=$#BUFFER
|