Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created December 9, 2014 13:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/3f9a869fa209ca56fceb to your computer and use it in GitHub Desktop.
Save gaspanik/3f9a869fa209ca56fceb to your computer and use it in GitHub Desktop.
livedown start fish function
function lds --description 'Livedown start'
command livedown start $argv --open
end
@gaspanik
Copy link
Author

gaspanik commented Dec 9, 2014

function lds --description 'Livedown start'
  command livedown start $argv --open &
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment