dotfiles/.profile
lickthecheese fd5c250e1c tmux
2020-06-16 22:31:04 -04:00

20 lines
363 B
Bash
Executable file

#!/bin/bash
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export PATH=$PATH:/home/ltc/bin
export TERMINAL="kitty"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
[ "$SHELL" = "bash" ] && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx
[[ -n "$TMUX" ]] && source .zshrc