Skip to content

Commit

Permalink
Add tests for Point
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgregorio committed Sep 21, 2024
1 parent de1a492 commit a711578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
export GOROOT=$HOME/go
export GOPATH=$HOME/projects/golib
export EDITOR="code --wait"
#export PATH=$GOROOT/bin:$HOME/node/bin:$HOME/bin:$GOPATH/bin:$HOME/projects/swarming/client:$HOME/projects/clang/bin:$PATH:$HOME/projects/depot_tools
export PATH=$GOROOT/bin:$HOME/node/bin:$HOME/bin:$GOPATH/bin:$HOME/projects/swarming/client:$HOME/projects/clang/bin:$PATH:$HOME/projects/depot_tools

export HISTCONTROL=ignoredups:erasedups # no duplicate entries
export HISTSIZE=100000 # big big history
Expand Down

0 comments on commit a711578

Please sign in to comment.