Skip to content

Instantly share code, notes, and snippets.

@hrdtbs
Created March 28, 2018 07:36
Show Gist options
  • Save hrdtbs/529d382929ff43f2292e303e5cf04f8a to your computer and use it in GitHub Desktop.
Save hrdtbs/529d382929ff43f2292e303e5cf04f8a to your computer and use it in GitHub Desktop.
VSCodeで開いているディレクトリ専用のshell
...
if [ -e myscripts.sh ]; then
source myscripts.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment