From fab929396851be3c4c6b4cf4bfcb9f614dbc7054 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sat, 2 Apr 2016 11:18:11 -0400 Subject: [PATCH] Added st completion --- shells/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/zshrc b/shells/zshrc index a0eb8cc..46e1ac1 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -45,6 +45,7 @@ st () { shift done } +compdef _services st asroot(){ # Use temporary file for added security TEMPFILE=$(tempfile)