summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a0a8a16..06c1010 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -222,7 +222,7 @@ mkdream() { # Dream Record: D~
}
mn() { # make note
- nvim "$HOME/docs/wr/$1"
+ nvim "$HOME/docs/wr/mn/$1"
}