.zshrc: Remove golang stuff
I haven't compiled anything with golang in like a year, and I'm sick of all these conditionals running during shell initialization—my zsh takes several seconds to start!
This commit is contained in:
parent
ee6ae2f178
commit
3e77f245c7
8
.zshrc
8
.zshrc
@ -62,14 +62,6 @@ export PAGER=less
|
|||||||
# Enable node version manager (nvm)
|
# Enable node version manager (nvm)
|
||||||
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
||||||
|
|
||||||
# If a binary go distribution exists, add it to PATH
|
|
||||||
# From here: http://golang.org/dl/
|
|
||||||
if [[ -d ~/Downloads/go ]]; then
|
|
||||||
export GOROOT=~/Downloads/go
|
|
||||||
export GOPATH=~/src/go
|
|
||||||
PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
|
||||||
fi
|
|
||||||
|
|
||||||
# resize images using GraphicsMagick
|
# resize images using GraphicsMagick
|
||||||
#
|
#
|
||||||
# $ smartresize DSC_0788.JPG 1920x1080 outputdir [quality]
|
# $ smartresize DSC_0788.JPG 1920x1080 outputdir [quality]
|
||||||
|
Loading…
Reference in New Issue
Block a user