Skip to content

Commit

Permalink
update aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jan 10, 2024
1 parent aef1dc5 commit c2d5356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,12 @@ elif (( $+commands[exa] )); then
fi
(( $+commands[bat] )) && alias cat='bat -p --wrap character'
(( $+commands[fd] )) && alias find=fd
(( $+commands[btop] )) && alias top=btop
(( $+commands[btm] )) && alias top=btm
(( $+commands[rg] )) && alias grep=rg
(( $+commands[tldr] )) && alias help=tldr
(( $+commands[delta] )) && alias diff=delta
(( $+commands[duf] )) && alias df=duf
(( $+commands[dust] )) && alias du=dust
(( $+commands[sd] )) && alias sed=sd
(( $+commands[hyperfine] )) && alias benchmark=hyperfine
(( $+commands[gping] )) && alias ping=gping

Expand Down
2 changes: 1 addition & 1 deletion install_arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=(
# modern tools
bat
# bottom
bottom
btop
delta
duf
Expand Down
2 changes: 1 addition & 1 deletion install_brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=(
# modern tools
bat
# bottom
bottom
btop
eza
git-delta
Expand Down

0 comments on commit c2d5356

Please sign in to comment.