7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
export EDITOR=/usr/bin/vim
|
|
export BASH_IT_THEME="powerline"
|
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
|
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
|
export PS1="[\[$(tput sgr0)\]\[\033[38;5;10m\]\u@\h\[$(tput sgr0)\]:\[$(tput sgr0)\]\[\033[38;5;14m\]\w\[$(tput sgr0)\]]\\$ \[$(tput sgr0)\]"
|