update HyDE

This commit is contained in:
2025-07-09 15:43:49 +03:00
parent 9ba08481e3
commit d6a70ecd95
19 changed files with 8319 additions and 149 deletions

View File

@@ -0,0 +1,5 @@
if command -v "bat" &>/dev/null; then
alias -g -- -h='-h 2>&1 | bat --language=help --style=plain --paging=never --color always'
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain --paging=never --color always'
alias cat='bat --style=plain --paging=never --color auto'
fi