[zsh] use new binbuilder (~/bin instead of $GOPATH/bin)

legacy
Simon Bruder 2019-04-16 00:30:32 +00:00
parent d5c8166b8d
commit e11661c3cd
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 2 deletions

View File

@ -146,7 +146,6 @@ if which exa 2>&1 >> /dev/null;then
alias ls="exa"
fi
alias ipy="ipython3"
alias mc="$GOPATH/bin/mc"
alias mpvhdr="mpv --tone-mapping=hable"
alias rls="/bin/ls --color=auto"
alias shiori="docker exec shiori_shiori_1 shiori"
@ -198,7 +197,7 @@ function drone-add-s3() {
function drone() {
(
source ~/.drone-env
$GOPATH/bin/drone $@
~/bin/drone $@
)
}