Add kube tools and remove atom references

master
Quentin Duchemin 2022-04-06 16:05:40 +02:00
parent 8bbef2013c
commit f778bba5fe
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 4 additions and 2 deletions

View File

@ -127,8 +127,6 @@ bindsym $mod+Shift+f mode "$film_mode"
bindsym $mod+p exec passmenu bindsym $mod+p exec passmenu
bindsym $mod+Shift+p exec picamenu bindsym $mod+Shift+p exec picamenu
# open config folder in editor
bindsym $mod+c exec atom ~/.config
# umount all SSHFS # umount all SSHFS
bindsym $mod+Shift+u exec ~/.config/i3/scripts/umount_sshfs.sh bindsym $mod+Shift+u exec ~/.config/i3/scripts/umount_sshfs.sh

4
.zshrc
View File

@ -134,3 +134,7 @@ eval $(thefuck --alias)
alias cb="xclip -selection clipboard" alias cb="xclip -selection clipboard"
[[ $commands[kubectl] ]] && source <(kubectl completion zsh) [[ $commands[kubectl] ]] && source <(kubectl completion zsh)
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
alias code=vscodium
alias k=kubectl