diff options
| author | MID3EE-ARCH <169875752+MID3EE-ARCH@users.noreply.github.com> | 2024-08-20 09:33:17 +0530 |
|---|---|---|
| committer | MID3EE-ARCH <169875752+MID3EE-ARCH@users.noreply.github.com> | 2024-08-20 09:33:17 +0530 |
| commit | 5a2f0278cd23ab823a31939f5f046b1b79c5684d (patch) | |
| tree | d80f5d1f469304bd625b4a8fd2c49085e24f3285 | |
| parent | bcd9b72d4704f5be1c8957051df7745e05cb0ba5 (diff) | |
nvim was being copied twice in .config so deleted the second 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 ) |
