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