2021-01-07 08:09:41 +00:00
|
|
|
source ~/.dotfiles/symlinks/profile.common
|
|
|
|
|
|
|
|
export MACHINE_TYPE='linux'
|
|
|
|
|
2022-05-09 11:00:44 +00:00
|
|
|
export AUR_INSTALL_HOME=~/.local/share/aurfetch
|
2021-01-07 08:09:41 +00:00
|
|
|
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
|