Skip to content

Commit

Permalink
Add function and alias usage to README
Browse files Browse the repository at this point in the history
This adds a small description of the added functionalities to the
README.

Signed-off-by: Paul Mabileau <[email protected]>
  • Loading branch information
PaulDance committed Jun 18, 2020
1 parent 2106e29 commit c0c1c0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ Changed command: (checks daily for updates)
# Uncomment the following line to change how often to auto-update (in days).
export UPDATE_ZSH_DAYS=1
```

Another possibility is to use the provided upgrade function, which one may call
at any time using `upgrade_oh_my_zsh_custom`. There shouldn't be any difference
with the automatic operation. Also, a convenient alias that calls the OhMyZsh
update function `upgrade_oh_my_zsh` and then `upgrade_oh_my_zsh_custom`, called
`update_ohl_my_zsh`, is available as well.

0 comments on commit c0c1c0e

Please sign in to comment.