summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-03-04 09:27:40 +0000
committerself <self@sateoki.xyz>2022-03-04 09:27:40 +0000
commitb31f9ffa32a121b123e3a23bd585cc1af115ce59 (patch)
tree5c5e84307586bb92ebd6de7e32b56cf41e38311d
parentb4c934a9a8a84f3a2ee1259c2d797aa4a2e60f7b (diff)
Updated mn to write in ~/docs/written
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 12c47f0..4292c92 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -149,7 +149,7 @@ yer() { # Year End Recap - TODO: see mer TODO
mn() { # make note
- nvim "$HOME/docs/$1"
+ nvim "$HOME/docs/written/$1"
}
autoload -Uz compinit