diff --git a/system/.config/custom/env b/system/.config/custom/env index cdac4e2..15414ba 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -89,7 +89,7 @@ if [ -n "$(command -v compinit)" ]; then fi export MTGA_WINE_PREFIX="${HOME}/games/magic-the-gathering-arena" -export MTGA_WINE_BINARY="/usr/bin/wine" +export MTGA_WINE_BINARY="${HOME}/.local/share/lutris/runners/wine/tkg-unity-4.5-x86_64/bin/wine" # Setting applications export VISUAL=vim diff --git a/system/.config/httpie/config.json b/system/.config/httpie/config.json index 16d1801..986fc2f 100644 --- a/system/.config/httpie/config.json +++ b/system/.config/httpie/config.json @@ -2,7 +2,7 @@ "__meta__": { "about": "HTTPie configuration file", "help": "https://httpie.org/doc#config", - "httpie": "1.0.2" + "httpie": "1.0.3" }, "default_options": [] } diff --git a/system/.local/bin/clean b/system/.local/bin/clean index fd4cd10..2fe34b4 100755 --- a/system/.local/bin/clean +++ b/system/.local/bin/clean @@ -15,7 +15,7 @@ print_section "Remove unneeded dependencies" mapfile -t UNNEEDED_DEPENDENCIES < <(yay -Qdtq) -yay -R "${UNNEEDED_DEPENDENCIES[@]}" +yay -Rsnu "${UNNEEDED_DEPENDENCIES[@]}" print_section "Clear makepkg files" print_log "Deleting files in ${YELLOW}${XDG_DATA_HOME}/src/${RESET}" diff --git a/system/.local/bin/utils b/system/.local/bin/utils index ec05106..4a0d17b 100755 --- a/system/.local/bin/utils +++ b/system/.local/bin/utils @@ -58,7 +58,7 @@ function print_log() { } function ask_prompt() { - read -p "${BOLD}${BLUE}::${DEFAULT} ${1} [Y/n] ${RESET}" -n 1 -r + read -p "${BOLD}${BLUE}::${DEFAULT} ${1} [y/N] ${RESET}" -n 1 -r echo "" if [[ ${REPLY} =~ ^[^yY]$ ]]; then