consistency

This commit is contained in:
Andrew Tomaka 2016-02-19 08:32:02 -05:00
parent f0a7112908
commit 303bccba6e

View file

@ -6,7 +6,7 @@ function g {
fi
}
insert-sudo() {
function insert-sudo {
zle beginning-of-line
zle -U "sudo "
}