Advertisement
reaperhacknslash

.bashrc

Aug 13th, 2023
1,524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. neofetch
  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 LANG="en_US.UTF-8"
  6. export LC_ALL="en_US.UTF-8"
  7. export LC_CTYPE="en_US.UTF-8"
  8. export LC_COLLATE="en_US.UTF-8"
  9. export LC_MESSAGES="en_US.UTF-8"
  10. 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\]"
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement