diff options
| author | andromeda <andromeda@lenovo> | 2026-05-01 23:05:03 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-01 23:05:03 +0200 |
| commit | 6a6630647c79e80d7995eac21bc188b5a516d142 (patch) | |
| tree | 8cd1236b84cf548393f879abcb4d69966da2ba26 /files/.bashrc | |
| parent | 0f3a4643846fa5d5f5c56042338bc2bdb46646fb (diff) | |
some emacs stuff
Diffstat (limited to 'files/.bashrc')
| -rw-r--r-- | files/.bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/.bashrc b/files/.bashrc index 08e016f..46c8271 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -42,8 +42,14 @@ export GPG_TTY HISTFILESIZE=100000 HISTSIZE=10000 PS1="\u@\h:\w$" +SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt" + GUIX_PROFILE="/home/andromeda/.config/guix/current" . "$GUIX_PROFILE/etc/profile" unset GUIX_PROFILE +GUIX_HOME_PROFILE="/home/andromeda/.guix-home/profile" +. "$GUIX_HOME_PROFILE/etc/profile" +unset GUIX_HOME_PROFILE + eval "$(zoxide init bash)" |
