Skip to content

Commit f397b6d

Browse files
/home/4b1d/.bd checkpoint BD_PROMPT_HOOK
1 parent c4cb0f1 commit f397b6d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.46.1.1
2+
- bd.sh: don't unset BD_PROMPT_HOOK
3+
14
# 0.46.1
25
- bd.sh: don't unset BD_CLIPBOARD
36
- etc/bash.d/bd-root.sh: preserve WAYLAND_DISPLAY

bd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ _bd_namespace_reset() {
763763
[ "${bd_variable_name}" == 'BD_DIR' ] && continue
764764
[ "${bd_variable_name}" == 'BD_HOME' ] && continue
765765
[ "${bd_variable_name}" == 'BD_LEARN' ] && continue
766+
[ "${bd_variable_name}" == 'BD_PROMPT_HOOK' ] && continue
766767
[ "${bd_variable_name}" == 'BD_SOURCE' ] && continue
767768
[ "${bd_variable_name}" == 'BD_BITS_DIR' ] && continue
768769
[ "${bd_variable_name}" == 'BD_USER' ] && continue

0 commit comments

Comments
 (0)