Rename svc
This commit is contained in:
parent
bc429385a8
commit
fc611784ce
@ -26,7 +26,7 @@ export EDITOR='vim'
|
|||||||
$ () {
|
$ () {
|
||||||
$*
|
$*
|
||||||
}
|
}
|
||||||
st () {
|
sv () {
|
||||||
command="${@: -1}"
|
command="${@: -1}"
|
||||||
while (( $# > 1 )); do
|
while (( $# > 1 )); do
|
||||||
if [[ "$command" == "r" ]]; then
|
if [[ "$command" == "r" ]]; then
|
||||||
@ -45,7 +45,7 @@ st () {
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
compdef _services st
|
compdef _services sv
|
||||||
asroot(){
|
asroot(){
|
||||||
# Use temporary file for added security
|
# Use temporary file for added security
|
||||||
TEMPFILE=$(tempfile)
|
TEMPFILE=$(tempfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user