Update .profile

This commit is contained in:
Vlad Doster 2019-11-27 12:13:45 -05:00 committed by GitHub
parent 082ef4fe4b
commit 971b7c1871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$
export LARBSWM="$(cat ~/.local/share/larbs/wm 2>/dev/null)" &&
[ "$LARBSWM" = "dwm" ] || export LARBSWM="i3"
# Make tmux work
export TERM="xterm-256color"
# Default programs:
export EDITOR="nvim"
export TERMINAL="st"