From e271982148d359f399c0ed12969958fb2509800e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 6 Feb 2024 01:32:10 -0500 Subject: [PATCH] [zsh] Add gopath for go-comic-converter and book cmds --- zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 () {