add .slrn, .sqliterc, .ctags

This commit is contained in:
2025-06-16 13:38:18 +01:00
parent 299e2ddfb3
commit f7388eb72d
3 changed files with 39 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ unset COMMANDS MISSING
# RC files
mkdir -pv bak
for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf ; do
for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf slrn sqliterc ctags ; do
if [ ! -r $rc ] ; then
continue
fi
@@ -67,6 +67,7 @@ for bin in $BASE/bin/*; do
BIN_NAME=$(basename $bin)
[ $(realpath ~/bin/$BIN_NAME) == $bin ]
if [ $? -ne 0 ] ; then
[ -e "~/bin/$BIN_NAME" ] && mv -v "~/bin/$BIN_NAME" bak/
ln -svf "$bin" ~/bin
fi
done