[-] Remove non-identical replacements

Comment out modern-replace commands for ping, dig, grep, and wget.
This commit is contained in:
2026-04-18 22:17:20 +08:00
committed by GitHub
parent 9664e4a1f1
commit f618768b6e
+4 -4
View File
@@ -271,15 +271,15 @@ modern-replace 'df' 'duf' 'df -h'
modern-replace 'cat' 'bat' modern-replace 'cat' 'bat'
modern-replace 'man' 'tldr' modern-replace 'man' 'tldr'
modern-replace 'top' 'btop' modern-replace 'top' 'btop'
modern-replace 'ping' 'gping' # modern-replace 'ping' 'gping'
modern-replace 'dig' 'dog' # modern-replace 'dig' 'dog'
modern-replace 'grep' 'rg' # modern-replace 'grep' 'rg'
modern-replace 'nano' 'micro' modern-replace 'nano' 'micro'
modern-replace 'curl' 'curlie' modern-replace 'curl' 'curlie'
modern-replace 'pacman' 'paru' 'pacman --color always' 'paru --color always' modern-replace 'pacman' 'paru' 'pacman --color always' 'paru --color always'
modern-replace 'vi' 'nvim' modern-replace 'vi' 'nvim'
modern-replace 'vim' 'nvim' modern-replace 'vim' 'nvim'
modern-replace 'wget' 'aria2c' # modern-replace 'wget' 'aria2c'
# for macOS # for macOS
modern-replace 'tar' 'gtar' modern-replace 'tar' 'gtar'