mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Update zsh aliases
This commit is contained in:
parent
9ce22ef2d3
commit
68c009de1e
1 changed files with 1 additions and 3 deletions
4
.zshrc
4
.zshrc
|
|
@ -268,15 +268,13 @@ WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
|
|||
alias sudo='sudo '
|
||||
|
||||
### 命令的默认行为
|
||||
alias ls='ls --color=auto --time-style=iso --human-readable --hyperlink=auto -F'
|
||||
alias ls='ls --color=auto --time-style=iso --human-readable --hyperlink=auto -F -v'
|
||||
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"
|
||||
alias rsync="rsync -avhHP"
|
||||
|
||||
### 与kitty集成
|
||||
if ((Z_ENV_KITTY)); then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue