Kaynağa Gözat

Add murl function for mail urls

Kevin 6 yıl önce
ebeveyn
işleme
f9121c3836
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      zshrc

+ 5 - 0
zshrc

@@ -105,6 +105,11 @@ function tmux-num-sessions () {
     done
 }
 
+# help creating links to emails
+function murl () {
+    echo message://"%3c"$@"%3e"
+}
+
 # make the clipboard working on remote
 if [[ -n "$SSH_CLIENT" ]]; then
   SSH_IP=$(echo $SSH_CLIENT | awk '{print $1}')