bash: add aliases.sh for bash-specific aliases

This commit is contained in:
Romain Paquet 2026-04-08 14:11:21 +02:00
parent f796404713
commit 5d8fd8db2d
2 changed files with 4 additions and 0 deletions

View file

@ -4,3 +4,4 @@ if [ -r $XDG_CONFIG_HOME/sh/$HOSTNAME.sh ]; then
source $XDG_CONFIG_HOME/sh/$HOSTNAME.sh
fi
source $XDG_CONFIG_HOME/bash/hooks.sh
source $XDG_CONFIG_HOME/bash/aliases.sh