mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
tentative right prompt hack
This commit is contained in:
parent
b0acfd53d8
commit
fbdc826001
1 changed files with 8 additions and 0 deletions
|
|
@ -33,6 +33,14 @@ __tpwd() {
|
|||
__truncate_dir "$PWD"
|
||||
}
|
||||
|
||||
#__print_rprompt() {
|
||||
# source "$DOTFILES_BASH_DIR/ansi_colors"
|
||||
# local rprompt=""
|
||||
# local prompt=""
|
||||
# printf "%s%$(($COLUMNS-${#prompt}))s\r" $prompt $rprompt
|
||||
#}
|
||||
#PROMPT_COMMAND="$PROMPT_COMMAND __print_rprompt"
|
||||
|
||||
__set_bash_ps1() {
|
||||
|
||||
# load color vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue