summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-16 06:19:21 +0300
committerThanos Apollo <[email protected]>2023-08-16 06:19:21 +0300
commit5fc426e263ec933843cb61d30be16a674d4c94fb (patch)
tree6057161793ccbfe6ddcd70aa60fa57fed38be59d
parent0c4a5bc36fee427eaa5e01bcdc8d22f7356cd2d7 (diff)
shells: remove guix
-rwxr-xr-xshells.org7
1 files changed, 0 insertions, 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