File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,8 @@ function _update_ps1() {
169
169
# turning off the eternal history for now
170
170
# PROMPT_COMMAND="_update_ps1; ${PROMPT_COMMAND:+$PROMPT_COMMAND}"'echo $$ $USER \
171
171
# "$(history 1)" >> ~/.bash_eternal_history'
172
- PROMPT_COMMAND=" _update_ps1; history -a; history -c; history -r; ${PROMPT_COMMAND: +$PROMPT_COMMAND } "
172
+ # PROMPT_COMMAND="_update_ps1; history -a; history -c; history -r; ${PROMPT_COMMAND:+$PROMPT_COMMAND}"
173
+ PROMPT_COMMAND=" history -a; history -c; history -r; ${PROMPT_COMMAND: +$PROMPT_COMMAND } "
173
174
174
175
# if [ -f "/opt/Data/Personal/repos/bash-git-prompt/gitprompt.sh" ]; then
175
176
# GIT_PROMPT_ONLY_IN_REPO=1
@@ -195,7 +196,7 @@ PROMPT_COMMAND="_update_ps1; history -a; history -c; history -r; ${PROMPT_COMMAN
195
196
# eval "$($HOME/bin/oh-my-posh init bash --config ~/.poshthemes/onehalf.minimal.omp.json)"
196
197
eval " $( $HOME /bin/oh-my-posh init bash --config ~ /.poshthemes/ebd.minimal.omp.json) "
197
198
198
- eval " $( $HOME /bin/fasd --init auto) "
199
+ # eval "$($HOME/bin/fasd --init auto)"
199
200
200
201
# # Directory aliases
201
202
export NC=/opt/Data/Personal/NextCloud
You can’t perform that action at this time.
0 commit comments