File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 1- cat << -EOF >>/tmp/sourced.list
1+ # cat <<-EOF >>/tmp/sourced.list
22
3+ # ----------------- $(date) ---- .zshenv >> bash.sh (bash.sh/ops.d/darwin/darwin-only.sh) -----------------
4+ # >> PATH.BEGIN: $PATH
5+ # >> path_helper: $(/usr/libexec/path_helper -s)
6+ # >> CD: $CD
7+ # >> SCRIPT: $SCRIPT
38
4-
5- ----------------- $( date) ---- .zshenv >> bash.sh -----------------
6- >> PATH.BEGIN: $PATH
7- >> path_helper: $( /usr/libexec/path_helper -s)
8- >> CD: $CD
9- >> SCRIPT: $SCRIPT
10-
11- EOF
9+ # EOF
1210
1311BSH_OS=darwin
1412
1513#
1614#
1715#
1816if is_zsh; then
19- dbg " ZSH_EVAL_CONTEXT: $ZSH_EVAL_CONTEXT "
20- dbg " in_vscode: $( in_vscode && echo Y || echo .) , in_jetbrains: $( in_jetbrains && echo Y || echo .) "
21- dbg " in_wsl: $( in_wsl && echo Y || echo .) "
22- dbg " stack: ${funcstack[@]} "
23- echo
17+ # dbg "ZSH_EVAL_CONTEXT: $ZSH_EVAL_CONTEXT"
18+ # dbg "in_vscode: $(in_vscode && echo Y || echo .), in_jetbrains: $(in_jetbrains && echo Y || echo .)"
19+ # dbg " in_wsl: $(in_wsl && echo Y || echo .)"
20+ # dbg " stack: ${funcstack[@]}"
21+ # echo
2422
2523 local dir dir_saved f
2624
You can’t perform that action at this time.
0 commit comments