From b575ced5ff1faa8ea6d535f4ad79841961d57cae Mon Sep 17 00:00:00 2001 From: Helmut Granda Date: Fri, 17 Mar 2017 11:15:36 -0500 Subject: [PATCH] Add sourcing of ZSH --- Cheatsheet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index f6ba46a..4c5beb3 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -16,6 +16,8 @@ source ~/.oh-my-zsh/templates/zshrc.zsh-template | _zsh_stats_ | Get a list of the top 20 commands and how many times they have been run. | | _uninstall_oh_my_zsh_ | Uninstall Oh-my-zsh. | | _upgrade_oh_my_zsh_ | Upgrade Oh-my-zsh. | +| source ~/.zshrc | Uptake new changes +| ---