zsh: update aliases
This commit is contained in:
parent
673af4db0d
commit
5429e63037
1 changed files with 6 additions and 4 deletions
|
@ -16,8 +16,6 @@ alias wine32="WINEARCH=win32 WINEPREFIX=$HOME/.wine32 wine"
|
|||
|
||||
alias lg=lazygit
|
||||
|
||||
alias catdb='git --no-pager show HEAD:www/app/config/database.cfg.d/connections.cfg.d/basic.cfg.php'
|
||||
|
||||
alias scur='systemctl --user restart'
|
||||
alias scus='systemctl --user stop'
|
||||
alias scust='systemctl --user status'
|
||||
|
@ -27,6 +25,8 @@ alias ls='ls --color=tty --hyperlink=auto'
|
|||
alias l='ls -lh'
|
||||
alias la='l -a'
|
||||
|
||||
alias grep='grep --color=auto'
|
||||
|
||||
alias ip='ip --color=auto'
|
||||
|
||||
alias _=sudo
|
||||
|
@ -40,9 +40,11 @@ alias -g ....='../../..'
|
|||
alias -g .....='../../../..'
|
||||
alias -g ......='../../../../..'
|
||||
|
||||
alias ssh='kitten ssh'
|
||||
[[ -n $KITTY_PID ]] && alias ssh='kitten ssh'
|
||||
|
||||
alias podr='podman run -it --rm'
|
||||
# alias podr='podman run -it --rm -e http_proxy=http://172.17.1.233:3128'
|
||||
# alias podrs='podman run -it --rm -e http_proxy=http://172.17.1.233:3128 --entrypoint /bin/sh'
|
||||
alias podr='podman run -it --rm'
|
||||
alias podrs='podman run -it --rm --entrypoint /bin/sh'
|
||||
|
||||
alias ffprobe='ffprobe -hide_banner'
|
||||
|
|
Loading…
Add table
Reference in a new issue