From 5d71bea9102f4fc40917253580844a279df6c597 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 19 Dec 2022 11:02:35 +0800 Subject: Update --- alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alias') diff --git a/alias b/alias index dadbe5e..0c03e6b 100644 --- a/alias +++ b/alias @@ -210,7 +210,7 @@ vp() { # Edit locally vim $tmpfile --cmd "autocmd BufWritePost $tmpfile silent! :!setsid scp % vps:$post &" && \ - cat $tmpfile | ssh vps "cd ~/blog && cat >$post && git add $post && git commit -m 'update'" && \ + cat $tmpfile | ssh vps "cd ~/blog && cat >$post && git add $post && git commit -m 'Update with vim'" && \ rm $tmpfile fi } -- cgit v1.2.3-70-g09d2