Procházet zdrojové kódy

Rename email checking fish function #fishshell

Colin Powell před 6 roky
rodič
revize
e586e10fb9
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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