From f778bba5fe52a312a76a26d73c5e29affcbc0937 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 6 Apr 2022 16:05:40 +0200 Subject: [PATCH] Add kube tools and remove atom references --- .config/i3/config_common | 2 -- .zshrc | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index 934b479..336d2df 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -127,8 +127,6 @@ bindsym $mod+Shift+f mode "$film_mode" bindsym $mod+p exec passmenu bindsym $mod+Shift+p exec picamenu -# open config folder in editor -bindsym $mod+c exec atom ~/.config # umount all SSHFS bindsym $mod+Shift+u exec ~/.config/i3/scripts/umount_sshfs.sh diff --git a/.zshrc b/.zshrc index 45545e9..3851da1 100644 --- a/.zshrc +++ b/.zshrc @@ -134,3 +134,7 @@ eval $(thefuck --alias) alias cb="xclip -selection clipboard" [[ $commands[kubectl] ]] && source <(kubectl completion zsh) +export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" + +alias code=vscodium +alias k=kubectl