dotfiles/symlinks/profile.linux

12 lines
273 B
Plaintext

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