mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
fix script path error
This commit is contained in:
@ -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/
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
source ./bash.sh
|
||||
source ./scripts/bash.sh
|
||||
|
||||
# zsh
|
||||
backup_folder ./zsh/zshrc-linux ~/.zshrc
|
||||
|
Reference in New Issue
Block a user