diff --git a/README.md b/README.md index 8da2a1c..44aa380 100644 --- a/README.md +++ b/README.md @@ -2991,6 +2991,78 @@ while read a b; do yes $b |head -n $a ; done + More plugins + + + +#### Themes: +```bash +ZSH_THEME="agnoster" +``` +
+ More themes + +
+ +#### Aliases: +```bash +alias ls='ls --color=auto' +``` + +##### Restart Zsh: +#### This will reload your Zsh configuration without needing to log out and log back in: +```bash +source ~/.zshrc +``` + + ## Others [[back to top](#handy-bash-one-liners)]