Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # .bash_profile
- export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin:$HOME/.local/bin
- export QT_QPA_PLATFORMTHEME=qt5ct
- export WINEARCH=win32
- export PS1="\e[0;36m\u@\h \W$ \e[m" #cyan
- # Get the aliases and functions
- if [ -f ~/.bashrc ]; then
- . ~/.bashrc
- fi
- #if [ "x$(tty)" == "x/dev/tty1" ]
- #then
- # exec startx
- #fi
- #[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement