add .slrn, .sqliterc, .ctags
This commit is contained in:
3
install
3
install
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user