Improve configs

This commit is contained in:
Tobias Reisinger 2022-12-14 15:26:53 +01:00
parent 7e27665331
commit e45acae5b4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 11 additions and 15 deletions

View file

@ -20,14 +20,15 @@ export BEMENU_OPTS="--tb '#6272a4'\
--sf '#50fa7b'\
--scb '#282a36'\
--scf '#ff79c6'\
--list 25 --ignorecase"
--list 25 --ignorecase -p ''"
export CM_LAUNCHER='rofi'
export DOCKER_BUILDKIT=1
export DRONE_SERVER='https://ci.serguzim.me'
export EDITOR='/usr/bin/vim'
_editor="$(which vim)"
export EDITOR="$_editor"
export GOPATH="$XDG_DATA_HOME/go"
@ -73,7 +74,9 @@ export ZSH="$ZDOTDIR/oh-my-zsh"
### conditionals
# shellcheck disable=2089
[ -x "$(command -v bat)" ] && export MANPAGER="sh -c 'col -bx | bat -l man -p'"
# shellcheck disable=2090
[ -x "$(command -v moar)" ] && export MANPAGER="moar"
[ -x "$(command -v moar)" ] && export PAGER="moar"