dotfiles/shell/arch

5 lines
75 B
Bash

if test -f $HOME/.archrc; then
source $HOME/.archrc
fi
# vim: ft=bash