parent
69a30e28e7
commit
e245191bd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue