From 0680129a517e7dea3e41853e37fa1e4de8ceded7 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 2 Jun 2026 20:41:01 +0200 Subject: fix(dotfiles): remove UUOC --- .local/bin/dotfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 722c41f..8a7f1f3 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -141,7 +141,7 @@ sync_proton_vpn() { case ${1:-} in sync) # shellcheck disable=SC2034 - readarray -t deps < <(cat "$HOME/.local/share/dotfiles/packages/base.txt") + readarray -t deps <"$HOME/.local/share/dotfiles/packages/base.txt" sync_packages pacman deps # shellcheck disable=SC2034 declare aur_deps=(vim-language-server) -- cgit v1.3.1