mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
fix (remove) rc prompt symbol (bad linux font)
This commit is contained in:
parent
077c340ed8
commit
9ea8a9d790
1 changed files with 1 additions and 1 deletions
|
|
@ -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}]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue