From 2a67a0ff18d41ed1d259e084edbc602c26041314 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 29 Nov 2017 21:42:33 +0200 Subject: [PATCH] Apple logo as prompt --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .bashrc diff --git a/.bashrc b/.bashrc old mode 100644 new mode 100755 index 236f66f..bdf298a --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,5 @@ # Colors -PS1='\[\e[1;32m\]\w\[\e[m\]\[\e[1;0m\] \[\e[m\] \[\e[1;37m\]' +PS1='\[\e[1;32m\]\w\[\e[m\]\[\e[1;0m\] \[\e[0m\] \[\e[1;0m\]' export TERM=xterm-256color shopt -s autocd @@ -38,7 +38,7 @@ fi GIT_PROMPT_ONLY_IN_REPO=1 GIT_PROMPT_START="\[\e[1;32m\]\w\[\e[m\]" -GIT_PROMPT_END="\[\e[1;37m\]  \[\e[1;37m\]" +GIT_PROMPT_END="\[\e[1;m\]  \[\e[1;m\]" GIT_PROMPT_THEME=Georgi ######################