Skip to content

Instantly share code, notes, and snippets.

@dkoloditch
Created February 11, 2021 06:42
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 dkoloditch/347f608afee41aaae96daea7a2be155c to your computer and use it in GitHub Desktop.
Save dkoloditch/347f608afee41aaae96daea7a2be155c to your computer and use it in GitHub Desktop.
# generic aliases for Vagrant
alias allclear='echo -e "\033c\e[3J"'
alias stop='pkill -f "ruby"; pkill -f "node"; echo "node and ruby processes killed."'
alias dev='cd /vagrant; nvm use'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment