Add env for monitors, sxhkd-vim
This commit is contained in:
parent
61fb97773c
commit
0158a3dbe2
10 changed files with 44 additions and 16 deletions
.config
|
@ -27,7 +27,7 @@ export PATH=$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$GOPAT
|
|||
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
|
||||
export TERMINAL="qterminal"
|
||||
export TERMINAL="alacritty"
|
||||
|
||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||
|
||||
|
@ -37,3 +37,5 @@ export ZSH="$ZDOTDIR/oh-my-zsh"
|
|||
### conditionals
|
||||
|
||||
[ -x "$(command -v bat)" ] && export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
|
||||
[ -f "$HOME/.config/environment.local" ] && . "$HOME/.config/environment.local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue