Compare commits
2 commits
0a20851692
...
bbe62e7e11
Author | SHA1 | Date | |
---|---|---|---|
bbe62e7e11 | |||
b874160d66 |
2 changed files with 7 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -1,6 +1,8 @@
|
||||||
set -o vi
|
set -o vi
|
||||||
|
|
||||||
export GOPATH="/home/thrrgilag/go"
|
export GOPATH="/home/thrrgilag/go"
|
||||||
|
export GOTELEMETRY=off
|
||||||
|
export GOTOOLCHAIN=local
|
||||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
export EDITOR="/usr/bin/nano"
|
export EDITOR="/usr/bin/nano"
|
||||||
|
|
||||||
|
|
5
.config/hg/hgrc
Normal file
5
.config/hg/hgrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[ui]
|
||||||
|
username = Morgan McMillian <morgan@mcmillian.dev>
|
||||||
|
|
||||||
|
[extensions]
|
||||||
|
hgext.convert=
|
Loading…
Reference in a new issue