diff options
Diffstat (limited to 'shells.org')
-rwxr-xr-x | shells.org | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |