execute server_selector if it exists in zshrc

This commit is contained in:
Adam Lamers
2016-10-20 16:05:55 -05:00
parent 30e3731fa8
commit 3b48015a2f
+3
View File
@@ -22,3 +22,6 @@ bindkey -M viins '^a' beginning-of-line
bindkey -M viins '^e' end-of-line
# Customize to your needs...
if [ -f /usr/local/bin/server_selector ]; then
/bin/bash /usr/local/bin/server_selector
fi