all repos — dotfiles @ 69adedf497cbc4d96d2a9c67f27aa0dd325dc7f3

linux dotfiles

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
commit

69adedf497cbc4d96d2a9c67f27aa0dd325dc7f3

parent

cf2ec2fc9f34434ea780f4c6357bb38a4071a028

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(){