[zsh] Add gopath for go-comic-converter and book cmds
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
# If you come from bash you might have to change your $PATH.
|
# 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"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
@ -22,6 +23,8 @@ alias bastion="ssh bastion.unbl.ink"
|
|||||||
alias pull="git pull --rebase --autostash"
|
alias pull="git pull --rebase --autostash"
|
||||||
alias push="git push"
|
alias push="git push"
|
||||||
alias asso="aws sso login --profile $argv"
|
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 () {
|
newemail () {
|
||||||
|
|||||||
Reference in New Issue
Block a user