summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 31957de..5428977 100644
--- a/.zshrc
+++ b/.zshrc
@@ -237,6 +237,10 @@ SPROMPT='zsh: correct '%R' to '%r' ? ([Y]es/[N]o/[E]dit/[A]bort) '
# }}}
# Functions {{{
+starttls() {
+ gnutls-cli --starttls --crlf "$@"
+}
+
# always /etc/rc.d/blub is a bit too much work ;)
rc() {
sudo /etc/rc.d/$1 $2