-
-
Save ganobrega/4fb19d2e68be14456e02afbfc8c69192 to your computer and use it in GitHub Desktop.
Some of my zshrc alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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