Explorar el Código

Rename email checking fish function #fishshell

Colin Powell hace 6 años
padre
commit
e586e10fb9
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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