Rename svc

This commit is contained in:
Austen Adler 2016-04-03 11:18:56 -04:00
parent bc429385a8
commit fc611784ce

View File

@ -26,7 +26,7 @@ export EDITOR='vim'
$ () {
$*
}
st () {
sv () {
command="${@: -1}"
while (( $# > 1 )); do
if [[ "$command" == "r" ]]; then
@ -45,7 +45,7 @@ st () {
shift
done
}
compdef _services st
compdef _services sv
asroot(){
# Use temporary file for added security
TEMPFILE=$(tempfile)