Skip to content

Instantly share code, notes, and snippets.

@nrvale0
Created September 25, 2019 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrvale0/471220b3c7b1dab2c76af6fdef8725b0 to your computer and use it in GitHub Desktop.
Save nrvale0/471220b3c7b1dab2c76af6fdef8725b0 to your computer and use it in GitHub Desktop.
ob-shell not compatible with :cmdline?
echo 'hello there'
(set -x;
  export foobar=true;
  echo ${foobar})

(set -x;
  echo "${foobar}")

export foobar=false
echo "${foobar}"
(set -x;
  echo "${foobar}") 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment