bash: no more localman + chsh change

This commit is contained in:
yosh 2023-07-17 13:23:15 -05:00
parent a8933f77b9
commit bc8dc35e41
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,7 @@ export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonstartup.py"
# other config {{{
export PATH="$HOME/.local/bin:$HOME/.local/scripts:$PATH:$JAVA_HOME/bin"
export MANPATH="$XDG_DATA_HOME/man:"
export EDITOR="vim"
export VISUAL="vim"
export QT_STYLE_OVERRIDE=kvantum

View File

@ -8,10 +8,9 @@ complete -cf doas
# aliases
# man() { vim -R -c 'filetype plugin on' -c 'set ft=man' -c "Man $*"; }
chtsh() { IFS='+'; curl cht.sh/"$*" ; }
chtsh() { IFS='+' curl cht.sh/"$*" ; }
# local
alias localman='MANPATH=~/.local/share/man man'
alias usv="SVDIR=${HOME}/.local/service sv"
# convenience