Created
May 16, 2017 15:11
-
-
Save kingscott/82e59d37004ce4842569c7cf0e892c57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm default | |
set fish_greeting "" | |
thefuck --alias | source | |
function db_dude | |
brew services start --all | |
end | |
function local_db | |
psql -d | |
end | |
function ngrok_dude | |
ngrok start --config=.ngrok2/ngrok.yml -all | |
end | |
# SweetTooth stuff | |
function api_dude | |
foreman start | |
end | |
function ember_dude | |
foreman start -f Procfile.local | |
end | |
function js_dude | |
foreman run npm start | |
end | |
function fr | |
foreman run $argv | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment