Working.
All checks were successful
/ deploy (push) Successful in 1s

This commit is contained in:
Lord_Devi 2024-07-09 01:33:44 -04:00
parent 69a30e28e7
commit e245191bd2

View file

@ -104,8 +104,8 @@ _link_yadm_script() {
_move_old_init_to_backup() {
_init_file=(\
"${HOME}/.bash_history" \
"${HOME}/.bash_logout " \
"${HOME}/.bash_profile " \
"${HOME}/.bash_logout" \
"${HOME}/.bash_profile" \
"${HOME}/.bashrc")
for file in "${_init_file[@]}" ; do