Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kingscott/82e59d37004ce4842569c7cf0e892c57 to your computer and use it in GitHub Desktop.
Save kingscott/82e59d37004ce4842569c7cf0e892c57 to your computer and use it in GitHub Desktop.
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