Update '.bash_aliases'
Commented out Terminal customization
This commit is contained in:
parent
067fe4b85c
commit
82314d01fe
102
.bash_aliases
102
.bash_aliases
@ -218,68 +218,68 @@ extract() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# Terminal Settings
|
## Terminal Settings
|
||||||
# set a fancy prompt (non-color, unless we know we "want" color)
|
## set a fancy prompt (non-color, unless we know we "want" color)
|
||||||
case "$TERM" in
|
#case "$TERM" in
|
||||||
xterm-color) color_prompt=yes;;
|
# xterm-color) color_prompt=yes;;
|
||||||
esac
|
#esac
|
||||||
|
#
|
||||||
# uncomment for a colored prompt, if the terminal has the capability; turned
|
# uncomment for a colored prompt, if the terminal has the capability; turned
|
||||||
# off by default to not distract the user: the focus in a terminal window
|
# off by default to not distract the user: the focus in a terminal window
|
||||||
# should be on the output of commands, not on the prompt
|
# should be on the output of commands, not on the prompt
|
||||||
force_color_prompt=yes
|
force_color_prompt=yes
|
||||||
|
#
|
||||||
if [ -n "$force_color_prompt" ]; then
|
#if [ -n "$force_color_prompt" ]; then
|
||||||
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
|
# if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
|
||||||
# We have color support; assume it's compliant with Ecma-48
|
# We have color support; assume it's compliant with Ecma-48
|
||||||
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
|
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
|
||||||
# a case would tend to support setf rather than setaf.)
|
# a case would tend to support setf rather than setaf.)
|
||||||
color_prompt=yes
|
# color_prompt=yes
|
||||||
else
|
# else
|
||||||
color_prompt=
|
# color_prompt=
|
||||||
fi
|
# fi
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
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)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
|
|
||||||
else
|
|
||||||
PS1='┌──[\u@\h]─[\w]\n└──╼ \卌\n'
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
#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)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
|
||||||
|
#else
|
||||||
|
# PS1='┌──[\u@\h]─[\w]\n└──╼ \卌\n'
|
||||||
|
#fi
|
||||||
|
#
|
||||||
# Set 'man' colors
|
# Set 'man' colors
|
||||||
if [ "$color_prompt" = yes ]; then
|
#if [ "$color_prompt" = yes ]; then
|
||||||
man() {
|
# man() {
|
||||||
env \
|
# env \
|
||||||
LESS_TERMCAP_mb=$'\e[01;31m' \
|
# LESS_TERMCAP_mb=$'\e[01;31m' \
|
||||||
LESS_TERMCAP_md=$'\e[01;31m' \
|
# LESS_TERMCAP_md=$'\e[01;31m' \
|
||||||
LESS_TERMCAP_me=$'\e[0m' \
|
# LESS_TERMCAP_me=$'\e[0m' \
|
||||||
LESS_TERMCAP_se=$'\e[0m' \
|
# LESS_TERMCAP_se=$'\e[0m' \
|
||||||
LESS_TERMCAP_so=$'\e[01;44;33m' \
|
# LESS_TERMCAP_so=$'\e[01;44;33m' \
|
||||||
LESS_TERMCAP_ue=$'\e[0m' \
|
# LESS_TERMCAP_ue=$'\e[0m' \
|
||||||
LESS_TERMCAP_us=$'\e[01;32m' \
|
# LESS_TERMCAP_us=$'\e[01;32m' \
|
||||||
man "$@"
|
# man "$@"
|
||||||
}
|
# }
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
unset color_prompt force_color_prompt
|
#unset color_prompt force_color_prompt
|
||||||
|
|
||||||
# If this is an xterm set the title to user@host:dir
|
# If this is an xterm set the title to user@host:dir
|
||||||
case "$TERM" in
|
#case "$TERM" in
|
||||||
xterm*|rxvt*)
|
#xterm*|rxvt*)
|
||||||
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)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
|
# 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)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\\$\[\e[0m\]"
|
||||||
;;
|
# ;;
|
||||||
*)
|
#*)
|
||||||
;;
|
# ;;
|
||||||
esac
|
#esac
|
||||||
|
|
||||||
# enable color support of ls and also add handy aliases
|
# enable color support of ls and also add handy aliases
|
||||||
if [ -x /usr/bin/dircolors ]; then
|
#if [ -x /usr/bin/dircolors ]; then
|
||||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
# test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||||
alias ls='ls --color=auto'
|
# alias ls='ls --color=auto'
|
||||||
alias dir='dir --color=auto'
|
# alias dir='dir --color=auto'
|
||||||
alias vdir='vdir --color=auto'
|
# alias vdir='vdir --color=auto'
|
||||||
|
#
|
||||||
alias grep='grep --color=auto'
|
# alias grep='grep --color=auto'
|
||||||
alias fgrep='fgrep --color=auto'
|
# alias fgrep='fgrep --color=auto'
|
||||||
alias egrep='egrep --color=auto'
|
# alias egrep='egrep --color=auto'
|
||||||
fi
|
#fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user