Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Note: PS1 is set in /etc/profile, and the default umask is defined
- # in /etc/login.defs. You should not need this unless you want different
- # defaults for root.
- # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
- # umask 022
- # You may uncomment the following lines if you want `ls' to be colorized:
- # export LS_OPTIONS='--color=auto'
- # eval "$(dircolors)"
- # alias ls='ls $LS_OPTIONS'
- # alias ll='ls $LS_OPTIONS -l'
- # alias l='ls $LS_OPTIONS -lA'
- #
- # Some more alias to avoid making mistakes:
- # alias rm='rm -i'
- # alias cp='cp -i'
- # alias mv='mv -i'
- if [ "$color_prompt" = yes ]; then
- 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)\[\>
- else
- 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\] '
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement