RPS1 is white if root, fixed oh-my-zsh syncing
This commit is contained in:
parent
26896bff57
commit
c7fe4d5e76
@ -72,11 +72,11 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
ln -s ${PWD}/../vimperator/quickmarks ~/.vimperator/info/sync/quickmarks
|
ln -s ${PWD}/../vimperator/quickmarks ~/.vimperator/info/sync/quickmarks
|
||||||
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
|
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
|
||||||
ln -s ${PWD}/../shells/bashrc ~/.bashrc
|
ln -s ${PWD}/../shells/bashrc ~/.bashrc
|
||||||
ln -s ${PWD}/../shells/zshrc ~/.zshrc
|
if [ ! -f ~/.oh-my-zsh/oh-my-zsh.sh ] ; then
|
||||||
ln -s ${PWD}/../shells/af-magic.zsh-theme ~/.oh-my-zsh/themes/af-magic.zsh-theme
|
|
||||||
if [ -d "~/.oh-my-zsh" ] ; then
|
|
||||||
curl -L http://install.ohmyz.sh | sh
|
curl -L http://install.ohmyz.sh | sh
|
||||||
fi
|
fi
|
||||||
|
ln -s ${PWD}/../shells/zshrc ~/.zshrc
|
||||||
|
ln -s ${PWD}/../shells/af-magic.zsh-theme ~/.oh-my-zsh/themes/af-magic.zsh-theme
|
||||||
mkdir -p ~/.i3
|
mkdir -p ~/.i3
|
||||||
ln -s ${PWD}/../i3/config ~/.i3/config
|
ln -s ${PWD}/../i3/config ~/.i3/config
|
||||||
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
||||||
|
@ -25,13 +25,13 @@ eval my_orange='$FG[214]'
|
|||||||
# right prompt
|
# right prompt
|
||||||
if type "virtualenv_prompt_info" > /dev/null
|
if type "virtualenv_prompt_info" > /dev/null
|
||||||
then
|
then
|
||||||
if [ -z "$SSH_TTY" ] && [ -z "$SSH_CONNECTION" ] && [ -z "$SSH_CLIENT" ] ; then
|
if [[ $EUID -ne 0 ]] && [ -z "$SSH_TTY" ] && [ -z "$SSH_CONNECTION" ] && [ -z "$SSH_CLIENT" ]; then
|
||||||
RPROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%'
|
RPROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%'
|
||||||
else
|
else
|
||||||
RPROMPT='$(virtualenv_prompt_info)$my_red%n@%m%{$reset_color%}%'
|
RPROMPT='$(virtualenv_prompt_info)$my_red%n@%m%{$reset_color%}%'
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ -z "$SSH_TTY" ] && [ -z "$SSH_CONNECTION" ] && [ -z "$SSH_CLIENT" ] ; then
|
if [[ $EUID -ne 0 ]] && [ -z "$SSH_TTY" ] && [ -z "$SSH_CONNECTION" ] && [ -z "$SSH_CLIENT" ]; then
|
||||||
RPROMPT='$my_gray%n@%m%{$reset_color%}%'
|
RPROMPT='$my_gray%n@%m%{$reset_color%}%'
|
||||||
else
|
else
|
||||||
RPROMPT='$my_red%n@%m%{$reset_color%}%'
|
RPROMPT='$my_red%n@%m%{$reset_color%}%'
|
||||||
|
Loading…
Reference in New Issue
Block a user