Added languages

This commit is contained in:
ry
2021-11-15 11:47:56 -08:00
parent 694fab8d25
commit c4aa491c84
5 changed files with 26 additions and 9 deletions

View File

@@ -21,8 +21,12 @@ export PATH=/home/ry/.cargo/bin:$PATH
export PATH=/bin:$PATH
# doom
export PATH=~/.config/emacs/bin:$PATH
# Go PKG BIN
export PATH=~/code/go/bin:$PATH
# ansible config
export ANSIBLE_CONFIG=~/.config/ansible/ansible.cfg
# Go PATH
export GOPATH=~/code/go
# locale --- #
export LANG=en_US.UTF-8