1
0
Fork 0

feat: update MANPAGER and alias, rename gptc script and improve logic

This commit is contained in:
Arthur K. 2025-01-09 19:16:46 +03:00
parent 7cf6ef3017
commit a101c908ca
Signed by: wzray
GPG key ID: B97F30FDC4636357
3 changed files with 25 additions and 14 deletions

View file

@ -57,7 +57,7 @@ alias ll="ls -lh"
alias lt="ls --color=always --icon=always -lt"
# set bat as help pager
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain'
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain --theme Monokai\ Extended'
# useful cd aliases
alias ..="cd ../"