source ~/.dotfiles/symlinks/profile.common export MACHINE_TYPE='linux' export AUR_INSTALL_HOME=~/.local/share/aurfetch export GRIM_DEFAULT_DIR=~/Pictures/Screenshots # Local aliases and variables if [ -f "$HOME/.profile.local" ]; then source $HOME/.profile.local fi