all repos — dotfiles @ 051c1d6c20bdd0f9a95fea78b764a467bbcfc7dd

linux dotfiles

update zshrc

removed the mkdir function
using less to view the pd
prithugoswami prithugoswami524@gmail.com
Sat, 12 May 2018 12:07:17 +0530
commit

051c1d6c20bdd0f9a95fea78b764a467bbcfc7dd

parent

edecafc61d0ad55b017579fa0542620995f0127d

1 files changed, 2 insertions(+), 8 deletions(-)

jump to
M .zshrc.zshrc

@@ -96,14 +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(){ - /bin/mkdir $1; - cd $1 -} +alias pdrl="cp ~/Dropbox/pd/pd.txt /tmp/pd.tmp ; less /tmp/pd.tmp" # Read the local copy of pd +alias pdrc="rclone cat drop:/pd/pd.txt > /tmp/pd.tmp ; less /tmp/pd.tmp" # Read pd from the cloud # User configuration