Selaa lähdekoodia

Rename email checking fish function #fishshell

Colin Powell 6 vuotta sitten
vanhempi
commit
e586e10fb9
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  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