Rename svc
This commit is contained in:
parent
bc429385a8
commit
fc611784ce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user