kitty whyyyy

This commit is contained in:
lickthecheese 2019-11-29 22:25:55 -05:00
parent 233a9a6d56
commit 3caa59502e

View file

@ -5,6 +5,11 @@
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export PATH=$PATH:/home/ltc/bin
export PS1="\[$(tput bold)\]\[$(tput setaf 34)\][\[$(tput setaf 28)\]\u\[$(tput setaf 40)\]@\[$(tput setaf 28)\]\h \[$(tput setaf 40)\]\W\[$(tput setaf 34)\]]\[$(tput setaf 28)\]\\$ \[$(tput sgr0)\]"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
[ -f ~/.bashrc ] && source "$HOME/.bashrc"