From 69ca407bd9eb6fedd465de8aeeb37e59e839de30 Mon Sep 17 00:00:00 2001 From: Beppe Vanrolleghem Date: Mon, 9 Mar 2020 11:46:23 +0100 Subject: [PATCH] nieuwe alias toegevoegd --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f55633f..6ee6950 100644 --- a/.zshrc +++ b/.zshrc @@ -130,7 +130,8 @@ alias reload="clear; source ~/.zshrc" # The next line enables shell command completion for gcloud. #if [ -f '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc'; fi export PATH="/usr/local/opt/gettext/bin:$PATH" - +alias checkout="git checkout" +alias vi="vim" alias virc="vim ~/.zshrc" KUBECONFIG=~/.kube/configs/* #kubectl completion