diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-21 18:21:33 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:38:10 +0200 |
commit | 5f1a398f02d8cc4877613667f0de6214cad35714 (patch) | |
tree | e22daa45b020a168581c01ce4dd60c6cfde055fb /Makefile | |
parent | 1550c718a52b6acaaa7fa5888976a26b903aba01 (diff) | |
download | dotfiles-5f1a398f02d8cc4877613667f0de6214cad35714.tar.xz |
Makefile: Create nvim backup directory
nvim doesn't autocreate it, so...
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ install: -ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg" -ln -sf "$(PWD)/zsh/zshenv" "$(HOME)/.zshenv" -mkdir -p "$(HOME)/.cache/zsh" + -mkdir -p "$(HOME)/.local/share/nvim/backup" ~/misc/grawity/: -mkdir -p ~/misc/grawity |