Added st completion

This commit is contained in:
Austen Adler 2016-04-02 11:18:11 -04:00
parent 48137f3cb1
commit fab9293968

View File

@ -45,6 +45,7 @@ st () {
shift
done
}
compdef _services st
asroot(){
# Use temporary file for added security
TEMPFILE=$(tempfile)