dap and nerdtree fixes

This commit is contained in:
Christian Nieves
2024-01-30 17:27:26 +00:00
parent 16fb43e7a2
commit 90033636e5
4 changed files with 65 additions and 31 deletions

View File

@ -100,6 +100,9 @@ typeset -Ag color colour
prompt_google3() {
if [[ $PWD =~ '/google/src/cloud/[^/]+/(.+)/google3(.*)' ]]; then
# Use CitC client names as window titles in screen/tmux
print -n "\e]2;${match[1]}\a" >/dev/tty
GPROMPT=$(print -r -- "//${match[2]#/}")
else
GPROMPT=$(print -r -- "$PWD")