fix script path error

This commit is contained in:
DefectingCat
2023-12-04 11:50:54 +08:00
parent a3dea00500
commit f5a4320804
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
source ./bash.sh
source ./scripts/bash.sh
# neovim
backup_folder ~/.config/nvim/lua/custom ./nvim/lua/ ./nvim/lua/custom/

View File

@ -1,5 +1,5 @@
#!/bin/bash
source ./bash.sh
source ./scripts/bash.sh
# zsh
backup_folder ./zsh/zshrc-linux ~/.zshrc