From 07535d4e3b0b71e9a90b01f5624f36c1c18478d0 Mon Sep 17 00:00:00 2001 From: rydesun Date: Sat, 24 Jul 2021 19:14:25 +0800 Subject: [PATCH] Minor update --- .config/fontconfig/conf.d/10-sub-pixel-rgb.conf | 2 +- .config/fontconfig/conf.d/11-lcdfilter-default.conf | 2 +- .config/git/config | 1 + .config/pikaur.conf | 3 ++- .pam_environment | 9 --------- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.config/fontconfig/conf.d/10-sub-pixel-rgb.conf b/.config/fontconfig/conf.d/10-sub-pixel-rgb.conf index c90d3b7..21a782f 120000 --- a/.config/fontconfig/conf.d/10-sub-pixel-rgb.conf +++ b/.config/fontconfig/conf.d/10-sub-pixel-rgb.conf @@ -1 +1 @@ -/etc/fonts/conf.avail/10-sub-pixel-rgb.conf \ No newline at end of file +/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf \ No newline at end of file diff --git a/.config/fontconfig/conf.d/11-lcdfilter-default.conf b/.config/fontconfig/conf.d/11-lcdfilter-default.conf index 07413bc..fbc10b0 120000 --- a/.config/fontconfig/conf.d/11-lcdfilter-default.conf +++ b/.config/fontconfig/conf.d/11-lcdfilter-default.conf @@ -1 +1 @@ -/etc/fonts/conf.avail/11-lcdfilter-default.conf \ No newline at end of file +/usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf \ No newline at end of file diff --git a/.config/git/config b/.config/git/config index b58bf7f..ce8c963 100644 --- a/.config/git/config +++ b/.config/git/config @@ -21,6 +21,7 @@ cat = cat-file -p d = diff ds = diff --staged + s = show [pull] rebase = true [credential] diff --git a/.config/pikaur.conf b/.config/pikaur.conf index ac6ab02..b8417c8 100644 --- a/.config/pikaur.conf +++ b/.config/pikaur.conf @@ -11,6 +11,7 @@ keepdevbuilddir = yes keepbuilddeps = no skipfailedbuild = no alwaysusedynamicusers = no +ignorearch = no [colors] version = 10 @@ -31,11 +32,11 @@ pacmanpath = pacman privilegeescalationtool = sudo [network] -aururl = https://aur.tuna.tsinghua.edu.cn newsurl = https://www.archlinux.org/feeds/news/ socks5proxy = aurhttpproxy = aurhttpsproxy = +aururl = https://aur.archlinux.org [review] donteditbydefault = no diff --git a/.pam_environment b/.pam_environment index 0c959b7..24ab314 100644 --- a/.pam_environment +++ b/.pam_environment @@ -53,10 +53,6 @@ RANDFILE DEFAULT=${XDG_DATA_HOME}/openssl/randfile # wine WINEPREFIX DEFAULT=${XDG_DATA_HOME}/wine -# adb -ANDROID_SDK_HOME DEFAULT=${XDG_CONFIG_HOME}/android -ADB_VENDOR_KEY DEFAULT=${XDG_CONFIG_HOME}/android - # golang GO111MODULE DEFAULT=on GOPROXY DEFAULT=https://goproxy.cn,direct @@ -85,11 +81,6 @@ NPM_CONFIG_USERCONFIG DEFAULT=${XDG_CONFIG_HOME}/npm/npmrc # nvm NVM_DIR DEFAULT=${XDG_DATA_HOME}/nvm -# ruby bundler -BUNDLE_USER_CONFIG DEFAULT=${XDG_CONFIG_HOME}/bundle -BUNDLE_USER_CACHE DEFAULT=${XDG_CACHE_HOME}/bundle -BUNDLE_USER_PLUGIN DEFAULT=${XDG_DATA_HOME}/bundle - # docker DOCKER_CONFIG DEFAULT=${XDG_CONFIG_HOME}/docker