diff options
author | cbreton <c.breton@fullsave.com> | 2020-01-09 11:02:50 +0100 |
---|---|---|
committer | cbreton <c.breton@fullsave.com> | 2020-01-09 11:02:50 +0100 |
commit | 6006162771cd2010bfd8eb1cacdfe8800053dea2 (patch) | |
tree | 1f5031c9a19dbbb1c4e5801da72c49a454611f9f | |
parent | 58384dce1da1f8f77b3a3ae4d1546a2773b63fe2 (diff) | |
download | dotfiles_dotdrop-6006162771cd2010bfd8eb1cacdfe8800053dea2.tar.xz dotfiles_dotdrop-6006162771cd2010bfd8eb1cacdfe8800053dea2.zip |
Add community and reverse work and personnal cheat order
Diffstat (limited to '')
-rw-r--r-- | dotfiles/config/cheat/conf.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dotfiles/config/cheat/conf.yml b/dotfiles/config/cheat/conf.yml index f249549..184ed4e 100644 --- a/dotfiles/config/cheat/conf.yml +++ b/dotfiles/config/cheat/conf.yml @@ -28,12 +28,17 @@ formatter: terminal16m # 'community' rather than your own, you can use: cheat tar -t community cheatpaths: - - name: work - path: ~/.bcheat - tags: [ work ] - readonly: false + - name: community + path: /usr/share/cheat/cheatsheets/community + tags: [ community ] + readonly: true - name: personal path: ~/.cheat tags: [ personal ] readonly: false + + - name: work + path: ~/.bcheat + tags: [ work ] + readonly: false |