diff options
-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 |