Add env for monitors, sxhkd-vim

This commit is contained in:
Tobias Reisinger 2021-04-30 16:31:30 +02:00
parent 61fb97773c
commit 0158a3dbe2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 44 additions and 16 deletions

View file

@ -86,5 +86,5 @@ shopt -s checkwinsize
source "$HOME/.config/environment"
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)