diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #['name']='install location' declare -A CONFIGS -CONFIGS=( UU ["nvim"]=".config" +CONFIGS=( ["nvim"]=".config" [".vim"]="." [".xinitrc"]="." [".compton.conf"]="." |