From 9ea8a9d790e89ffb610d6aafb2e67b237e6a191d Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 30 Aug 2012 10:57:52 +0200 Subject: [PATCH] fix (remove) rc prompt symbol (bad linux font) --- bash/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/prompt b/bash/prompt index a9b4b25..e4d0d42 100644 --- a/bash/prompt +++ b/bash/prompt @@ -117,7 +117,7 @@ set_prompt() { fi # exit code - [[ $last_exit_code -ne 0 ]] && PS1+=" ${BW}↪${last_exit_code}" + [[ $last_exit_code -ne 0 ]] && PS1+=" ${BW}${last_exit_code}" # closing prompt PS1+="${B}]"