mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
chore: lens extensions, bash profile, gopath, some new cli tool dependencies added
This commit is contained in:
8
config/.bash_profile
Normal file
8
config/.bash_profile
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
export GOBIN="/home/mastermindzh/.go"
|
||||
export PATH="$PATH:$(go env GOBIN):$(go env GOPATH)/bin"
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
Reference in New Issue
Block a user