mirror of
https://github.com/akelge/zsh
synced 2025-09-19 04:12:53 +00:00
Minimize
This commit is contained in:
@ -28,11 +28,14 @@ alias ptr='host -t ptr'
|
||||
alias vi="vim "
|
||||
|
||||
alias du1="du -h --max-depth=1"
|
||||
alias psg="ps ax|grep "
|
||||
# alias psg="ps ax|grep "
|
||||
alias myip="dig +short ANY @resolver1.opendns.com myip.opendns.com"
|
||||
|
||||
alias delkey="ssh-keygen -R "
|
||||
|
||||
alias k=kubectl
|
||||
alias kk='kubectl konfig merge ~/.kube/configs/* > ~/.kube/config'
|
||||
|
||||
# Global Aliases
|
||||
#
|
||||
alias -g G="|grep "
|
||||
@ -42,4 +45,4 @@ alias -g NO="> /dev/null"
|
||||
alias -g NE="2> /dev/null"
|
||||
alias -g NA="> /dev/null 2>&1"
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
Reference in New Issue
Block a user