diff options
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zshrc | 2 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b26ff59..6af7f1d 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -102,7 +102,5 @@ bindkey -v "^ " globalias bindkey -v " " magic-space bindkey -M isearch " " magic-space -export LANG='en_US.UTF-8' - PROMPT="%B%{$fg[red]%}%M %{$fg[blue]%}%c%{$fg[red]%}%#%{$reset_color%} " RPROMPT="%{$fg_bold[red]%}%(?..%?)%{$reset_color%}" diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 2bc7cef..4213115 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -44,6 +44,7 @@ alias \ rsync='rsync -v -h' \ grep='grep --color=always' \ rgrep='grep -R -n -H' \ + most='most -t4' \ fsl='fossil' \ diff='colordiff' \ ctags='uctags "--exclude=.ccls*"' \ |