This commit is contained in:
lickthecheese 2020-06-16 22:31:04 -04:00
parent 43a06db24b
commit fd5c250e1c
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
[ "$SHELL" -eq "bash"] && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
[ "$SHELL" = "bash" ] && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx
[[ -n "$TMUX" ]] && source .bashrc
[[ -n "$TMUX" ]] && source .zshrc