Skip to content

Commit

Permalink
Change position of time
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Nov 6, 2024
1 parent 8729396 commit a781a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/biglinux/bash-config/blerc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ setPrompt() {
ps1_virtual_env="$reset $virtualEnvFg$virtualEnvBg$yellowFg  \[\e[38;5;254m\]$VIRTUAL_ENV $reset$virtualEnvFg$reset"
fi

PS1="$blue2Fg╭─\[\e[38;5;31m\]\[\e[48;5;31m\] \[\e[38;5;31;48;5;24m\]\[\e[97m\] \u \[\e[38;5;24;48;5;238m\]\[\e[38;5;254m\] \w \[\e[0;38;5;238m\]$gitBg$gitPrompt$reset \[\e[38;5;245m\] \t$ps1_virtual_env\[\e[0m\]\n$blue2Fg╰─ ❯ "
PS1="$blue2Fg╭─\[\e[38;5;31m\]\[\e[48;5;31m\] \[\e[38;5;31;48;5;24m\]\[\e[97m\] \u \[\e[38;5;24;48;5;238m\]\[\e[38;5;254m\] \w \[\e[0;38;5;238m\]$gitBg$gitPrompt$ps1_virtual_env$reset \[\e[38;5;245m\] \t\[\e[0m\]\n$blue2Fg╰─ ❯ "
}

# Set the PROMPT_COMMAND to call setPrompt
Expand Down

0 comments on commit a781a7e

Please sign in to comment.