Advertisement
reaperhacknslash

.bashrc

May 8th, 2024
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. catnip
  2. alias ls='ls --color=auto'
  3. alias ls='ls --color=tty'
  4. export LS_COLORS="ow=1;41;93:di=1;31"
  5. #export QT_QPA_PLATFORM=wayland
  6. export LANG="en_US.UTF-8"
  7. export LC_ALL="en_US.UTF-8"
  8. export LC_CTYPE="en_US.UTF-8"
  9. export LC_COLLATE="en_US.UTF-8"
  10. export LC_MESSAGES="en_US.UTF-8"
  11. PS1="\[\e[0;33m\]┌─[\[\e[1;31m\u\e[0;33m\]]──[\[\e[0;34m\]${HOSTNAME%%.*}\[\e[0;33m\]]\[\e[0;32m\]:\w$\[\e[0;33m\]\n\[\e[0;33m\]└──\[\e[0;33m\]╼\[\e[0m\]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement