You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master:
remove superfluous function and pick better var names for readability
Update base.theme.bash
Update base.theme.bash
Update base.theme.bash
Update base.theme.bash
Fix for 2323 issue
Apply fixes
Add `.git-blame-ignore-revs`
Clean themes A-L
Update powerline-multiline.base.bash
Fix a couple bugs introduced by last commit
Fix bad merge
important syntax correction from the owenr of ble.sh
only the correct FZF integration loads, sepending on whether the blesh plugin is enabled as well.
readonly HIST* variables is a bit extreme and clashes with ble.sh and other tools.
Fix node and ruby colors
Update themes/base.theme.bash
lib/theme: use `_command_exists()`
`node_version_prompt` should work without NVM
@@ -83,22 +81,7 @@ function _git-uptream-remote-logo() {
83
81
84
82
functiongit_prompt_info() {
85
83
git_prompt_vars
86
-
echo -e " on ${SCM_GIT_CHAR_ICON_BRANCH:-}${SCM_PREFIX:-}${SCM_BRANCH:-}${SCM_STATE:-}${SCM_GIT_AHEAD:-}${SCM_GIT_BEHIND:-}${SCM_GIT_STASH:-}${SCM_SUFFIX:-}"
0 commit comments