summaryrefslogtreecommitdiffstats
path: root/kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshrc b/kshrc
index be669f2..9a4efa0 100644
--- a/kshrc
+++ b/kshrc
@@ -65,7 +65,7 @@ PS1='$_XTERM_TITLE\A $_PS1_COLOR\u@\h$_PS1_CLEAR:$_PS1_BLUE\w$_PS1_COLOR\$$_PS1_
todj () {
CMD=cat
- if [[ $1 = "-vim" ]]; then
+ if [[ $1 = "-v" ]]; then
CMD=vim
fi
$CMD $(find /home/lemon/Notes/journal -name "*$(date '+%Y-%m-%d')*")