diff --git a/zsh/.zshrc b/zsh/.zshrc index 48c4bf0..66f35d3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,6 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/.bin:/usr/local/bin:$PATH +export GOPATH="$HOME/.go" +export PATH=$HOME/.bin:$HOME/var/bin:/usr/local/bin:$PATH:$HOME/.go/bin export ZSH="$HOME/.oh-my-zsh" @@ -22,6 +23,8 @@ alias bastion="ssh bastion.unbl.ink" alias pull="git pull --rebase --autostash" alias push="git push" alias asso="aws sso login --profile $argv" +alias bookpull="rsync --delete -avzichP root@atlas.local:/tank/books/ ~/.calibre/" +alias bookpush="rsync --delete -avzichP ~/.calibre/ root@atlas.local:/tank/books/" newemail () {