dot/.config/aliasrc/dynamic

5 lines
107 B
Text
Raw Permalink Normal View History

2024-02-21 13:06:01 +01:00
# if .cache/aliases exists source it
if [ -f $HOME/.cache/aliases ]; then
source $HOME/.cache/aliases
fi