mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-02-23 05:15:33 +08:00
Update zsh: default cmd behavior
This commit is contained in:
parent
5e97d54bd3
commit
20c705fa3f
1 changed files with 3 additions and 1 deletions
|
|
@ -228,10 +228,12 @@ alias sudo='sudo '
|
|||
alias ls='ls --color=auto --time-style=iso --human-readable --hyperlink=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias diff='diff --color=auto'
|
||||
alias ip='ip --color=auto'
|
||||
alias ncdu='ncdu --color dark'
|
||||
alias mv='mv -i'
|
||||
alias mitmproxy="mitmproxy --set confdir=$XDG_CONFIG_HOME/mitmproxy"
|
||||
alias mitmweb="mitmweb --set confdir=$XDG_CONFIG_HOME/mitmproxy"
|
||||
if command -v kitty &>/dev/null; then
|
||||
if [[ $TERM == 'xterm-kitty' ]]; then
|
||||
alias ssh='kitty +kitten ssh'
|
||||
alias rg='kitty +kitten hyperlinked_grep'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue