Skip to content

Commit 1765d04

Browse files
A Dynamic Collection of Shell Scripts with Educational Purpose
1 parent 8dad357 commit 1765d04

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

utilities/dotfiles/bashrc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fi
115115
#"agnoster" #"pure" #"rr" #"mairan" #"rjorgenson" #"brainy" #"iterate" #"standard" #"demula" #"powerline-naked" #"powerline-multiline" #"90210" #"clean" #"dulcie"
116116
#"brunton" #"binaryanomaly" #"random" #"font" #"powerline" #"duru" #"vscode" #"candy" #"hawaii50" #"emperor" #"tylenol" #"morris" #"pzq" #"zitron" #"kitsune"
117117
if [[ "$BLE_BASH_ENABLED" != 2 ]]; then
118-
OMB_THEME=demula
118+
OMB_THEME=tylenol
119119

120120
# shellcheck source=/dev/null
121121
OMBC=~/.shell_utils/frameworks/oh-my-bash-config.sh && [[ -f "$OMBC" ]] && . "$OMBC" && unset OMBC
@@ -170,9 +170,10 @@ if ! declare -f _filedir_xspec &>/dev/null; then
170170
fi
171171

172172
# shellcheck source=/dev/null
173-
if [[ "$BLE_BASH_ENABLED" == 0 ]] && [[ "$OMB_THEME" == "demula" ]]; then
174-
source ~/.shell_utils/scripts/bash-ghost-text2
175-
elif [[ "$BLE_BASH_ENABLED" == 0 ]]; then
173+
# if [[ "$BLE_BASH_ENABLED" == 0 ]] && [[ "$OMB_THEME" == "demula" ]]; then
174+
# source ~/.shell_utils/scripts/bash-ghost-text2
175+
# elif
176+
if [[ "$BLE_BASH_ENABLED" == 0 ]]; then
176177
echo
177178
source ~/.shell_utils/scripts/bash-ghost-text
178179
fi

0 commit comments

Comments
 (0)