mirror of
https://github.com/bvanroll/my-old-dotfiles.git
synced 2025-08-29 20:12:42 +00:00
zshrc updates
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -133,3 +133,9 @@ sst() {
|
|||||||
|
|
||||||
source ~/.vars
|
source ~/.vars
|
||||||
source ~/.scripts/zsh
|
source ~/.scripts/zsh
|
||||||
|
export PATH="/usr/local/opt/terraform@0.11/bin:$PATH"
|
||||||
|
export GOPATH="/User/beppe/go"
|
||||||
|
export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"
|
||||||
|
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
|
||||||
|
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
|
||||||
|
export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
|
||||||
|
Reference in New Issue
Block a user