mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
8 lines
188 B
Bash
8 lines
188 B
Bash
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# Fix: Chromium taking long time to open in first time
|
|
# https://bugs.archlinux.org/task/75650
|
|
echo no-allow-external-cache:0:1 | gpgconf --change-options gpg-agent
|