From 91c6a9e404ee04fa356a406ef5d81031b59361b6 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 1 Mar 2018 10:40:33 +0100 Subject: [PATCH] Bash: removed path declaration --- shells/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/bashrc b/shells/bashrc index 3b736f1..961adf5 100644 --- a/shells/bashrc +++ b/shells/bashrc @@ -87,10 +87,10 @@ export PS1='\[\e[1;32m\]\u@\h:\w${text}$\[\e[m\] ' if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi + # 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\] ' #powerline-daemon -q #POWERLINE_BASH_CONTINUATION=1 #POWERLINE_BASH_SELECT=1 #. /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'