diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
