Add ~/.bin to path
This commit is contained in:
parent
9103822ae8
commit
8dd183766d
1 changed files with 4 additions and 1 deletions
|
@ -22,8 +22,11 @@ setopt EXTENDED_HISTORY
|
|||
# Variable to pass to sdotdrop to get current user
|
||||
export USRNAME=$USER
|
||||
|
||||
# Add ~/.bin to path
|
||||
export PATH="/home/$USER/.bin:$PATH"
|
||||
|
||||
# go path
|
||||
export GOPATH=~/.bin/go
|
||||
export GOPATH=~/.go
|
||||
|
||||
# skim settings
|
||||
export SKIM_DEFAULT_COMMAND='fd -Ht f'
|
||||
|
|
Loading…
Reference in a new issue