1
0
Fork 0
forked from ahurac/dotfiles

Remaniement : création du dossier usr/local/etc/sh/shrc.d

This commit is contained in:
Hippolyte Chauvin 2023-06-04 07:27:17 +02:00
parent d9226e9ff0
commit 9691ca5afe
3 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,15 @@ autoload -Uz compinit
compinit
# End of lines added by compinstall
# Source the system wid bash configuration
shrc_d=/usr/local/etc/sh/shrc.d
if [ -d "$shrc_d" ]; then
for i in "${shrc_d}/"*; do
. "$i"
done
fi
unset shrc_d
# Bindings
# create a zkbd compatible hash;
# to add other keys to this hash, see: man 5 terminfo