diff options
author | Thanos Apollo <[email protected]> | 2023-08-03 23:11:46 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-03 23:11:46 +0300 |
commit | 8d765a9fec3cec57172dba8aff379f727b0f7934 (patch) | |
tree | 765396abfdeba534f6ba367b002dfb5c309563f0 /shells.org | |
parent | ceadd9626df104edd2d3dd3a18d9c5d9a65bfd1b (diff) |
shells: Add guix settings
Diffstat (limited to 'shells.org')
-rwxr-xr-x | shells.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -59,6 +59,10 @@ export EDITOR="emacsclient" export GIT_EDITOR="emacsclient" export BROWSER="firefox" + # GUIX + export PATH=/home/$USER/.guix-profile/bin:$PATH + GUIX_PROFILE="/home/thanos/.guix-profile" + . "$GUIX_PROFILE/etc/profile" if [[ $- != *i* ]] then @@ -196,6 +200,8 @@ # Uncomment next line to enable starship prompt eval "$(starship init bash)" + GUIX_PROFILE="/home/thanos/.guix-profile" + . "$GUIX_PROFILE/etc/profile" #+end_src * zshrc |