Advertisement
constantin-net

.bash_profile

Feb 17th, 2020 (edited)
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. # .bash_profile
  2. export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin:$HOME/.local/bin
  3. export QT_QPA_PLATFORMTHEME=qt5ct
  4. export WINEARCH=win32
  5. export PS1="\e[0;36m\u@\h \W$ \e[m" #cyan
  6. # Get the aliases and functions
  7. if [ -f ~/.bashrc ]; then
  8.     . ~/.bashrc
  9. fi
  10. #if [ "x$(tty)" == "x/dev/tty1" ]
  11. #then
  12. #    exec startx
  13. #fi
  14. #[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement