From: Samir Benmendil Date: Sun, 26 Feb 2017 15:15:08 +0000 (+0000) Subject: bin: diary should not open a new terminal X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a7a81febd20e17ca98b6724238928e7f8fd7c501 bin: diary should not open a new terminal the caller needs to handle this. --- diff --git a/bin/diary b/bin/diary index 6cd2a7a..e6ec3a2 100755 --- a/bin/diary +++ b/bin/diary @@ -1,8 +1,6 @@ #!/usr/bin/env bash -name=diary - -/usr/bin/urxvt -name $name -e vim \ +vim \ -c "call vimwiki#diary#make_note(v:count1)" \ + \ -c 'r !date +"\%n== \%H:\%M ==\%n * "' \