mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
console: termux config
This commit is contained in:
parent
3a47cea8f7
commit
8983492028
2 changed files with 12 additions and 8 deletions
10
.profile
10
.profile
|
|
@ -42,10 +42,12 @@ fi
|
||||||
# My paths:1 ends here
|
# My paths:1 ends here
|
||||||
|
|
||||||
# [[file:Console.org::*SSL Certs][SSL Certs:1]]
|
# [[file:Console.org::*SSL Certs][SSL Certs:1]]
|
||||||
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
if [ -d "$HOME/.guix-extra-profiles" ] ; then
|
||||||
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
||||||
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
||||||
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
||||||
|
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
||||||
|
fi
|
||||||
# SSL Certs:1 ends here
|
# SSL Certs:1 ends here
|
||||||
|
|
||||||
# [[file:Console.org::*Guix settings][Guix settings:1]]
|
# [[file:Console.org::*Guix settings][Guix settings:1]]
|
||||||
|
|
|
||||||
10
Console.org
10
Console.org
|
|
@ -96,10 +96,12 @@ fi
|
||||||
This seems necessary when running Guix on a foreign distro.
|
This seems necessary when running Guix on a foreign distro.
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
if [ -d "$HOME/.guix-extra-profiles" ] ; then
|
||||||
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
||||||
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
||||||
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
||||||
|
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
||||||
|
fi
|
||||||
#+end_src
|
#+end_src
|
||||||
** Guix settings
|
** Guix settings
|
||||||
Enable extra profiles
|
Enable extra profiles
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue