From 68c009de1e33dec6cb33a2697e1e5464565e6032 Mon Sep 17 00:00:00 2001 From: rydesun Date: Tue, 25 Oct 2022 16:12:36 +0800 Subject: [PATCH] Update zsh aliases --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 7e8ed89..7fb0135 100644 --- a/.zshrc +++ b/.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