From 1bae35b780043e7fd726b54cf98d497fa907b76e Mon Sep 17 00:00:00 2001 From: 10sr Date: Fri, 30 Sep 2011 21:39:14 +0900 Subject: [PATCH] .bashrc: change color of prompt --- .bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 2aa60d8..6add298 100755 --- a/.bashrc +++ b/.bashrc @@ -158,7 +158,7 @@ prompt_function(){ # used by PS1 local cdef="" else local c1="\e[33m" - local c2="\e[32m" + local c2="\e[36m" local cdef="\e[0m" fi local pwd=$(echo "${PWD}/" | sed -e "s:${HOME}:~:") @@ -249,7 +249,8 @@ isdarwin(){ # for windose winln(){ - if [ $# -eq 0 ]; then + if [ $# -eq 0 ] + then echo "usage: winln TARGET LINK_NAME" echo "Create a link to TARGET with the name LINK_NAME (that is, TARGET must already exist)." echo "About other features run 'junction'."