From 9a187ea83f4ac1c668c4b086b96f42335cef77ae Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Wed, 9 Oct 2019 14:20:14 +0200 Subject: [PATCH] autodiscovery for license server + vi bindings --- dot_zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index 75b64f5..efb85dd 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -86,6 +86,10 @@ source $ZSH/oh-my-zsh.sh # ssh # export SSH_KEY_PATH="~/.ssh/rsa_id" +export JETBRAINS_LICENSE_SERVER=https://licenseserver.collibra.com + +bindkey -v + # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder.