dotfiles/symlinks/profile.linux

15 lines
359 B
Plaintext
Raw Normal View History

2021-01-07 08:09:41 +00:00
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