Update .config/fish/conf.d/20-gpg.fish
Update .config/fish/conf.d/30-ruby.fish Update .config/fish/conf.d/30-wget.fish Update .config/packages/archgirlie
This commit is contained in:
parent
626a80614a
commit
b7e75069f4
4 changed files with 7 additions and 4 deletions
|
@ -2,5 +2,8 @@
|
||||||
|
|
||||||
if command -v gpgconf &>/dev/null
|
if command -v gpgconf &>/dev/null
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
gpgconf --launch gpg-agent
|
|
||||||
|
if status --is-interactive
|
||||||
|
gpgconf --launch gpg-agent
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
if command -v rvm &>/dev/null
|
if command -v rvm &>/dev/null
|
||||||
rvm use 3 &>/dev/null
|
if status --is-interactive
|
||||||
|
rvm use 3 &>/dev/null
|
||||||
|
end
|
||||||
else if test -e /opt/homebrew/opt/ruby/bin/ruby
|
else if test -e /opt/homebrew/opt/ruby/bin/ruby
|
||||||
fish_add_path /opt/homebrew/opt/ruby/bin/
|
fish_add_path /opt/homebrew/opt/ruby/bin/
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc"
|
set -gx WGETRC "$XDG_CONFIG_HOME/wgetrc"
|
||||||
|
|
||||||
if command -v wget &>/dev/null
|
if command -v wget &>/dev/null
|
||||||
|
|
||||||
function wget --wraps wget
|
function wget --wraps wget
|
||||||
command wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" $argv
|
command wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" $argv
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
amfora
|
amfora
|
||||||
|
|
Loading…
Reference in a new issue