bash: add aliases.sh for bash-specific aliases
This commit is contained in:
parent
f796404713
commit
5d8fd8db2d
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue