浏览代码

Rename email checking fish function #fishshell

Colin Powell 6 年之前
父节点
当前提交
e586e10fb9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      fish/.config/fish/functions/checkmail.fish

+ 4 - 4
fish/.config/fish/functions/update_email.fish → fish/.config/fish/functions/checkmail.fish

@@ -1,6 +1,6 @@
-function update_email
+function checkmail
 	notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm
-notmuch new
-mbsync -a
-notmuch new
+	notmuch new
+	mbsync -a
+	notmuch new
 end