15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
|
source ~/.dotfiles/symlinks/profile.common
|
||
|
|
||
|
export MACHINE_TYPE='linux'
|
||
|
|
||
|
export AUR_INSTALL_HOME=~/.aur
|
||
|
export GRIM_DEFAULT_DIR=~/Pictures/Screenshots
|
||
|
|
||
|
export PATH="$PATH:$HOME/Android/sdk/platform-tools/"
|
||
|
export PATH="$PATH:$HOME/Android/sdk/tools/bin"
|
||
|
|
||
|
# Local aliases and variables
|
||
|
if [ -f "$HOME/.profile.local" ]; then
|
||
|
source $HOME/.profile.local
|
||
|
fi
|