diff options
author | Jethro Lee <dlemfh96@gmail.com> | 2020-07-07 00:12:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 17:12:00 +0200 |
commit | a8fee4036be264bd21ddf7fbe35f2a2e40eed412 (patch) | |
tree | cae46ce620d81d2df92aa5291f780266615ebee4 /templates | |
parent | 7afaee858a4ae5a8d0d8c1f5fe150979842ebefc (diff) | |
download | zsh-a8fee4036be264bd21ddf7fbe35f2a2e40eed412.tar.gz zsh-a8fee4036be264bd21ddf7fbe35f2a2e40eed412.tar.bz2 zsh-a8fee4036be264bd21ddf7fbe35f2a2e40eed412.zip |
Edit for better consistency in template (#8593)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 0fa6d809e..307618104 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -33,7 +33,7 @@ ZSH_THEME="robbyrussell" # export UPDATE_ZSH_DAYS=13 # Uncomment the following line if pasting URLs and other text is messed up. -# DISABLE_MAGIC_FUNCTIONS=true +# DISABLE_MAGIC_FUNCTIONS="true" # Uncomment the following line to disable colors in ls. # DISABLE_LS_COLORS="true" |