From 87bf0b1b0f672f6891e22046d8ac7a1704e7b5f0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 15 Nov 2009 23:30:51 +0200 Subject: [PATCH] updated recommende prompt format --- README.md | 2 +- prompt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00f5fb9..33ca1ce 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Edit your `~/.profile` or `~/.bash_profile` and add the following to the top: export DOTBASH=~/.bash source $DOTBASH/main.sh - PS1="\u@\h:\w\[$txtcyn\]\$git_branch\[$txtrst\]\\$ " + PS1="\u@\h \w\[$txtcyn\]\$git_branch\[$txtrst\]\\$ " ## Configuring diff --git a/prompt.sh b/prompt.sh index b52cac9..c06a6d8 100644 --- a/prompt.sh +++ b/prompt.sh @@ -20,4 +20,4 @@ function find_git_branch { PROMPT_COMMAND="find_git_branch; $PROMPT_COMMAND" # Default Git enabled prompt -# PS1="\u@\h:\w\[$txtcyn\]\$git_branch\[$txtrst\]\\$ " \ No newline at end of file +# PS1="\u@\h \w\[$txtcyn\]\$git_branch\[$txtrst\]\\$ " \ No newline at end of file