update zshrc add aliases for reading the pd locally and from the cloud.
prithugoswami prithugoswami524@gmail.com
Mon, 07 May 2018 22:11:47 +0530
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
.zshrc
→
.zshrc
@@ -96,6 +96,8 @@ alias rn="shutdown -r now"
alias :wq="exit" alias tmux="tmux -u" alias n="nautilus" +alias pdrl="cp ~/Dropbox/pd/pd.txt /tmp/pd.tmp ; vim /tmp/pd.tmp" # Read the local copy of pd +alias pdrc="rclone cat drop:/pd/pd.txt > /tmp/pd.tmp ; vim /tmp/pd.tmp" # Read pd from the cloud # change into the directory right after making it mkdir(){