Advertisement
Jackspade9624

kali .bashrc

Apr 8th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # Note: PS1 is set in /etc/profile, and the default umask is defined
  2. # in /etc/login.defs. You should not need this unless you want different
  3. # defaults for root.
  4. # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
  5. # umask 022
  6.  
  7. # You may uncomment the following lines if you want `ls' to be colorized:
  8. # export LS_OPTIONS='--color=auto'
  9. # eval "$(dircolors)"
  10. # alias ls='ls $LS_OPTIONS'
  11. # alias ll='ls $LS_OPTIONS -l'
  12. # alias l='ls $LS_OPTIONS -lA'
  13. #
  14. # Some more alias to avoid making mistakes:
  15. # alias rm='rm -i'
  16. # alias cp='cp -i'
  17. # alias mv='mv -i'
  18.  
  19. if [ "$color_prompt" = yes ]; then
  20. PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\>
  21. else
  22. PS1='\[\033[0;91m\]┌──[\[\033[1;91m\]\u\[\033[1;93m\]@\[\033[0;0m\]j4ck5pade\[\033[0;91m\]]─[\[\033[0;92m\]\w\[\033[0;91m\]]\n\[\033[0;91m\]└──╼ \[\033[1;93m\]\$\[\033[0;92m\] '
  23. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement