diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-07-31 13:52:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-31 13:52:47 +0800 |
| commit | 7e6c569c25c2f1fef2d3463ab9605bba32bf90f1 (patch) | |
| tree | b7f80bf45e86eff37d39f9b0dbf6c9c9aa2a053a | |
| parent | a78d5812df8b83bbd69d18ac4dc950ab01a85c96 (diff) | |
Update copy.sh to create backup for nvim
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ get_backup_dirname() { echo "back-up_${timestamp}" } -for DIR in ags btop cava fastfetch hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync wallust waybar wlogout; do +for DIR in ags btop cava fastfetch hypr kitty Kvantum nvim qt5ct qt6ct rofi swappy swaync wallust waybar wlogout; do DIRPATH=~/.config/"$DIR" if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." |
