Bash: removed path declaration
This commit is contained in:
parent
c11ed6f247
commit
91c6a9e404
1 changed files with 1 additions and 1 deletions
|
@ -87,10 +87,10 @@ export PS1='\[\e[1;32m\]\u@\h:\w${text}$\[\e[m\] '
|
||||||
if [ -f /etc/bash_completion ]; then
|
if [ -f /etc/bash_completion ]; then
|
||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PS1='[\u@\h \W]\$ '
|
# PS1='[\u@\h \W]\$ '
|
||||||
PS1='\[\e[1;36m\]\h \[\e[1;31m\]\t \d \[\e[m\]\[\e[1;32m\]\w \[\e[m\]\n \[\e[1;35m\]\u\[\e[1;33m\] >\[\e[m\] '
|
PS1='\[\e[1;36m\]\h \[\e[1;31m\]\t \d \[\e[m\]\[\e[1;32m\]\w \[\e[m\]\n \[\e[1;35m\]\u\[\e[1;33m\] >\[\e[m\] '
|
||||||
#powerline-daemon -q
|
#powerline-daemon -q
|
||||||
#POWERLINE_BASH_CONTINUATION=1
|
#POWERLINE_BASH_CONTINUATION=1
|
||||||
#POWERLINE_BASH_SELECT=1
|
#POWERLINE_BASH_SELECT=1
|
||||||
#. /usr/lib/python3.4/site-packages/powerline/bindings/bash/powerline.sh
|
#. /usr/lib/python3.4/site-packages/powerline/bindings/bash/powerline.sh
|
||||||
PATH='$PATH:/bin:/sbin:/home/mmk/.gem/ruby/2.2.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/share/java/gradle/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/local/texlive/2015/bin/x86_64-linux'
|
|
||||||
|
|
Loading…
Reference in a new issue