Skip to content

Instantly share code, notes, and snippets.

@sobanvuex
Last active February 16, 2017 22:31
Show Gist options
  • Save sobanvuex/d3abbef1ae63bec336be9af6bc525b9a to your computer and use it in GitHub Desktop.
Save sobanvuex/d3abbef1ae63bec336be9af6bc525b9a to your computer and use it in GitHub Desktop.
set -q HOMESTEAD_PATH; or set HOMESTEAD_PATH ~/Documents/Workspace/Homestead
set -q EDITOR; or set EDITOR atom
function homestead
if [ $argv ]
cd $HOMESTEAD_PATH; and vagrant $argv; and cd -
else
atom ~/.homestead/Homestead.yaml
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment