mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +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
|
||||
|
||||
# [[file:Console.org::*SSL Certs][SSL Certs:1]]
|
||||
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
||||
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
||||
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
||||
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
||||
if [ -d "$HOME/.guix-extra-profiles" ] ; then
|
||||
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
||||
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
||||
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
||||
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
||||
fi
|
||||
# SSL Certs:1 ends here
|
||||
|
||||
# [[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.
|
||||
|
||||
#+begin_src bash
|
||||
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
||||
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
||||
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
||||
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
||||
if [ -d "$HOME/.guix-extra-profiles" ] ; then
|
||||
export SSL_CERT_DIR="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/"
|
||||
export SSL_CERT_FILE="$HOME/.guix-extra-profiles/system/system/etc/ssl/certs/ca-certificates.crt"
|
||||
export GIT_SSL_CAINFO="$SSL_CERT_FILE"
|
||||
export CURL_CA_BUNDLE="$SSL_CERT_FILE"
|
||||
fi
|
||||
#+end_src
|
||||
** Guix settings
|
||||
Enable extra profiles
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue