Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-08-14 14:21:33 +08:00
parent fc5cd48f3e
commit 0279050638
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ bind-key < swap-window -t :-
bind-key > swap-window -t :+
# clear screen
bind-key C-k send-keys -R \; clear-history
bind-key C-k send-keys -R \; clear-history\; send-keys "Enter"
# move cursor between windows
bind -r C-h select-window -t :-

3
.zshrc
View File

@@ -178,7 +178,8 @@ alias kctx='kubectx'
alias kd='kubectl debug'
alias kk='kubectl krew'
alias kget='kubectl get'
alias klogs='kubectl logs'
alias kdesc='kubectl describe'
alias klog='kubectl logs'
alias kapply='kubectl apply'
alias vi='nvim'
#alias wol_xps8940="host home.d0zingcat.xyz | cut -d ' ' -f 4 | cat | xargs -I {} wakeonlan -i {} -p 200 'FC:44:82:13:BA:0F'"