Created
May 27, 2020 18:20
-
-
Save lucis/435d26e9699e4372821d3824f65f5597 to your computer and use it in GitHub Desktop.
Some of my zshrc alias
This file contains 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