diff options
author | cbreton <corentin.breton@fullsave.com> | 2020-04-24 16:29:51 +0200 |
---|---|---|
committer | cbreton <corentin.breton@fullsave.com> | 2020-04-24 16:29:51 +0200 |
commit | 325fe22692c927ce35e99afa9c95f15317fb0ff1 (patch) | |
tree | f872e16f4f0e202f746b8383e3b6a42cb976a696 | |
parent | e37656fc751eea6a99fc51d1e1abdf32326cc561 (diff) | |
download | dotfiles_dotdrop-325fe22692c927ce35e99afa9c95f15317fb0ff1.tar.xz dotfiles_dotdrop-325fe22692c927ce35e99afa9c95f15317fb0ff1.zip |
Fix cheat path for last cheat version
-rw-r--r-- | dotfiles/config/cheat/conf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/config/cheat/conf.yml b/dotfiles/config/cheat/conf.yml index 184ed4e..df3c333 100644 --- a/dotfiles/config/cheat/conf.yml +++ b/dotfiles/config/cheat/conf.yml @@ -34,7 +34,7 @@ cheatpaths: readonly: true - name: personal - path: ~/.cheat + path: ~/.pcheat tags: [ personal ] readonly: false |