Improve configs
This commit is contained in:
parent
7e27665331
commit
e45acae5b4
5 changed files with 11 additions and 15 deletions
.config
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue