Skip to content

Instantly share code, notes, and snippets.

@ganobrega
Forked from lucis/zshrc.sh
Created September 9, 2021 21:25
Show Gist options
  • Save ganobrega/4fb19d2e68be14456e02afbfc8c69192 to your computer and use it in GitHub Desktop.
Save ganobrega/4fb19d2e68be14456e02afbfc8c69192 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