1 # XXX Setting the scaling variables causes inconsistent response from apps.
2 # However, launching mate-appearance-properties after startx - causes
3 # something to be adjusted and most apps scale up correctly. With some
4 # exceptions, like zeal.
5 #. $HOME/lib/login_variables_dpi.sh
7 . $HOME/lib/login_variables.private.sh
8 . $HOME/lib/login_variables.sh
9 . $HOME/lib/login_functions.sh
10 unalias d 2> /dev/null || true # Defined by oh-my-zsh, but I want it for dict/fzf function.
11 . $HOME/lib/login_aliases.sh
15 if test ! "$SSH_AGENT_PID"
20 ## TODO Rename status to motd
22 # Only execute if shell is interactive.
28 # TODO File per quote. Seed rng with date and select quote of the day.
31 # 'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \
32 # ~/arc/doc/fortunes/orangebook_.txt \