You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bash.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -706,7 +706,6 @@ debug_info() {
706
706
is_zsh/is_zsh_t1: $(is_zsh &&echo Y ||echo'.') / $(is_zsh_t1 &&echo Y ||echo'.') # $(is_zsh &&echo"ZSH_EVAL_CONTEXT = $ZSH_EVAL_CONTEXT, ZSH_NAME/VERSION = $ZSH_NAME v$ZSH_VERSION"|| :)
707
707
is_fish: $(is_fish &&echo Y ||echo'.') # FISH_VERSION = $FISH_VERSION
708
708
in_sourcing: $(in_sourcing &&echo Y ||echo'.')
709
-
if_vagrant/in_vm: $(if_vagrant &&echo Y ||echo'.') / $(in_vm &&echo Y ||echo'.')
710
709
in_vscode: $(in_vscode &&echo Y ||echo'.')
711
710
in_jetbrains: $(in_jetbrains &&echo Y ||echo'.')
712
711
in_vim/neovim: $(in_vim &&echo Y ||echo'.') / $(in_neovim &&echo Y ||echo'.')
@@ -722,6 +721,7 @@ debug_info() {
722
721
EOF
723
722
fn_exists pmid && cat <<-EOF
724
723
724
+
VM tests: in_vm='$(in_vm &&echo Y ||echo .)' in_orb='$(in_orb &&echo Y ||echo .)' in_vagrant='$(in_vagrant &&echo Y ||echo .)' in_vmware='$(in_vmware &&echo Y ||echo .)'
725
725
OS tests: pmid='$(pmid)' osid='$(osid)' osidlike='$(osidlike)'
0 commit comments