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

@ -44,7 +44,7 @@ GOPATH="${HOME}/.local/share/go"
GPG_TTY="$(tty)"
JAVA_HOME="/usr/lib/jvm/java-23-openjdk"
LESS="--wheel-lines 3 --mouse"
MANPAGER="sh -c 'col -bx | bat -l man -p'"
MANPAGER="sh -c 'col -bx | bat -l man -p --theme Monokai\ Extended'"
MANROFFOPT="-c"
MTR_OPTIONS="-t"
SSH_ASKPASS="${HOME}/.local/bin/scripts/pinentry-askpass"

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 ../"