From 5fc426e263ec933843cb61d30be16a674d4c94fb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 16 Aug 2023 06:19:21 +0300 Subject: shells: remove guix --- shells.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/shells.org b/shells.org index 3854ac0..bcd86b3 100755 --- a/shells.org +++ b/shells.org @@ -59,10 +59,6 @@ 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 @@ -199,9 +195,6 @@ # Uncomment next line to enable starship prompt eval "$(starship init bash)" - - GUIX_PROFILE="/home/thanos/.guix-profile" - . "$GUIX_PROFILE/etc/profile" #+end_src * zshrc -- cgit v1.2.3