diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-08-20 16:50:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 16:50:00 +0900 |
| commit | 33fcd2a2ef94e10b3e599d061e9c0a1945066e8c (patch) | |
| tree | d80f5d1f469304bd625b4a8fd2c49085e24f3285 | |
| parent | bcd9b72d4704f5be1c8957051df7745e05cb0ba5 (diff) | |
| parent | 5a2f0278cd23ab823a31939f5f046b1b79c5684d (diff) | |
Merge pull request #408 from MID3EE-ARCH/main
nvim was included twice in upgrade.sh . Removed the last one.
| -rwxr-xr-x | upgrade.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ declare -A directories=( ["config/fastfetch/"]="$HOME/.config/fastfetch/" ["config/wallust/"]="$HOME/.config/wallust/" ["config/wlogout/"]="$HOME/.config/wlogout/" - ["config/nvim/"]="$HOME/.config/nvim/" # Add more directories to compare as needed ) |
