Skip to content

Instantly share code, notes, and snippets.

@lucis
Created May 27, 2020 18:20
Show Gist options
  • Save lucis/435d26e9699e4372821d3824f65f5597 to your computer and use it in GitHub Desktop.
Save lucis/435d26e9699e4372821d3824f65f5597 to your computer and use it in GitHub Desktop.
Some of my zshrc alias
alias nvim='print -Pn "\e]0;${PWD##*/}-vim\a";nvim'
alias vl='vtex link'
alias vls='vtex ls'
alias vs='vtex switch'
alias vua='vtex unlink --all'
alias vwr='vtex workspace reset'
oni()
{
/Applications/Onivim2.app/Contents/MacOS/Oni2_editor $1 &
}
alias mongod='brew services run mongodb-community'
alias mongod-status='brew services list'
alias mongod-stop='brew services stop mongodb-community'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment