mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
5 lines
75 B
Bash
5 lines
75 B
Bash
if test -f $HOME/.archrc; then
|
|
source $HOME/.archrc
|
|
fi
|
|
|
|
# vim: ft=bash
|