diff --git a/zsh/.zshrc b/zsh/.zshrc index 4510fbb..ae5268f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -24,7 +24,7 @@ alias pandora="ssh root@pandora.cortex.io" alias miranda="ssh root@miranda.cortex.io" # ---- convenience commands ---- -alias editShell="nvim ~/.zshrc" +alias editShell="vi ~/.zshrc" alias sourceShell="source ~/.zshrc" export NOMAD_ADDR=http://pandora.cortex.io:4646