mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
attempt to fix a weird todo corner case. unlikely to help
This commit is contained in:
+2
-2
@@ -1571,10 +1571,10 @@ prompt_todo() {
|
||||
local script="
|
||||
function dirname() {
|
||||
local f=\$1
|
||||
[[ \"\$f\" == bash ]] && f=${(Q)commands[todo.sh]}
|
||||
[[ \"\$f\" == bash ]] && f=${(qqq)todo}
|
||||
command dirname \"\$f\"
|
||||
}
|
||||
source todo.sh shorthelp &>/dev/null
|
||||
source ${(qqq)todo} shorthelp &>/dev/null
|
||||
echo \"\$TODO_FILE\""
|
||||
typeset -g _P9K_TODO_FILE=$(bash -c $script)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user