alias-for-zsh
- Open the .zshrc File
1
nano ~/.zshrc
- Define Your Custom Aliases
1 2 3
alias jekser="bundle exec jekyll s"` alias newpos="bundle exec jekyll post" alias newpag="bundle exec jekyll page"
- Re-initialize Zsh
1
source ~/.zshrc
This post is licensed under
CC BY 4.0
by the author.