We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d04b8a commit 9418b39Copy full SHA for 9418b39
chezmoi/dot_config/zsh/private_dot_zshrc
@@ -199,7 +199,6 @@ _exists bat && alias cat=bat && export BAT_THEME="Monokai Extended"
199
_exists eza && alias ls="eza --no-user"
200
_exists rg && rg() { $commands[rg] -p "$@" | less; }
201
_exists prettyping && alias ping="prettyping --nolegend"
202
-_exists htop && alias top=htop
203
_exists chezmoi && {
204
alias che=chezmoi
205
alias chez=chezmoi
0 commit comments