From internship
This commit is contained in:
parent
7d065a8004
commit
29478ead07
11 changed files with 60 additions and 12 deletions
3
bashrc
3
bashrc
|
@ -23,6 +23,7 @@ fi
|
|||
export JAVA_FONTS=/usr/share/fonts/TTF
|
||||
export ANDROID_HOME=/opt/android-sdk
|
||||
export GOPATH=$HOME/.go
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
export XDG_CONFIG_HOME=$HOME/.config
|
||||
export ARDUINO=/usr/share/arduino
|
||||
export ARDUINO_DIR=$ARDUINO
|
||||
|
@ -104,7 +105,7 @@ export PS4="- "
|
|||
|
||||
# CUSTOM SCRIPTS
|
||||
|
||||
export PATH="$HOME/.scripts/:$PATH"
|
||||
export PATH="$HOME/.bin/:$HOME/.scripts/:$PATH"
|
||||
[ -f ~/.gscripts/gprofile ] && source ~/.gscripts/gprofile
|
||||
|
||||
# UTILITIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue