update zshrc update aliases
prithugoswami prithugoswami524@gmail.com
Mon, 04 Jun 2018 14:38:43 +0530
1 files changed,
5 insertions(+),
2 deletions(-)
jump to
M
.zshrc
→
.zshrc
@@ -100,11 +100,14 @@ alias n="nautilus"
# Read the local copy of pd alias pdrl="cp ~/Dropbox/pd/pd /tmp/pd \ ; gpg --passphrase-file ~/.pdkey --batch -o /tmp/pd.tmp -d /tmp/pd \ - ; less /tmp/pd.tmp ; rm /tmp/pd.tmp" + ; less /tmp/pd.tmp ; rm /tmp/pd.tmp \ + ; rm /tmp/pd" # Read pd from the cloud alias pdrc="rclone cat drop:/pd/pd > /tmp/pd \ ; gpg --passphrase-file ~/.pdkey --batch -o /tmp/pd.tmp -d /tmp/pd \ - ; less /tmp/pd.tmp ; rm /tmp/pd.tmp" + ; less /tmp/pd.tmp ; rm /tmp/pd.tmp \ + ; rm /tmp/pd" + # Task warrior Alias