dotfiles/symlinks/profile.linux

12 lines
273 B
Plaintext
Raw Normal View History

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
# Local aliases and variables
if [ -f "$HOME/.profile.local" ]; then
source $HOME/.profile.local
fi