Add kube tools and remove atom references
parent
8bbef2013c
commit
f778bba5fe
|
@ -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
4
.zshrc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue