Skip to content

Commit 9418b39

Browse files
committed
Remove htop alias
1 parent 2d04b8a commit 9418b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chezmoi/dot_config/zsh/private_dot_zshrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ _exists bat && alias cat=bat && export BAT_THEME="Monokai Extended"
199199
_exists eza && alias ls="eza --no-user"
200200
_exists rg && rg() { $commands[rg] -p "$@" | less; }
201201
_exists prettyping && alias ping="prettyping --nolegend"
202-
_exists htop && alias top=htop
203202
_exists chezmoi && {
204203
alias che=chezmoi
205204
alias chez=chezmoi

0 commit comments

Comments
 (0)