all repos — dotfiles @ 181616db9bb1e28df7df4e439674d6bcc5a0bfdb

linux dotfiles

update zshrc
prithugoswami prithugoswami524@gmail.com
Mon, 09 Jul 2018 23:06:46 +0530
commit

181616db9bb1e28df7df4e439674d6bcc5a0bfdb

parent

da4cfdea2b1158620a726cf3a5a9192da667148f

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M .zshrc.zshrc

@@ -96,6 +96,10 @@ alias sn="shutdown now"

alias rn="shutdown -r now" alias :wq="exit" alias tmux="tmux -u" +#alias cfzf="cd $(fzf)" +#<cmd> | pastebin will upload the stdout of <cmd> and put the link +#in the clipboard +alias pastebin="curl -# -F c=@- https://ptpb.pw\?u=1 | xclip -selection c" alias n="nautilus" # Read the local copy of pd alias pdrl="cp ~/Dropbox/pd/pd /tmp/pd \

@@ -120,6 +124,8 @@ fi

} alias t="task" +alias todo="task modify -in" + # User configuration