Skip to content

Instantly share code, notes, and snippets.

@lysandroc
Last active September 5, 2020 21:23
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 lysandroc/2932597a76d85b3c078406225bad5e09 to your computer and use it in GitHub Desktop.
Save lysandroc/2932597a76d85b3c078406225bad5e09 to your computer and use it in GitHub Desktop.
useful commands
- compare two files using vim(neovim)
nvim -O -d $(rg --files | fzf) $(rg --files | fzf)
docker container restart $(docker container ps | grep couchdb | awk '{print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment