From cd726a169fc12359b750f5eabf73e8c6c556691a Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 16 Sep 2019 09:54:08 +0100 Subject: Fix cursor shape in tmux --- guix/.guix-env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'guix') diff --git a/guix/.guix-env b/guix/.guix-env index 7726a65..856cc64 100644 --- a/guix/.guix-env +++ b/guix/.guix-env @@ -10,12 +10,12 @@ export PATH="$PATH${PATH:+:}$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin" # export LIBRARY_PATH="/home/urbain/.guix-profile/lib${LIBRARY_PATH:+:}$LIBRARY_PATH" # Custom packages -export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages +# export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages # Guile -export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH -export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH -export GUILE_WARN_DEPRECATED=detailed +# export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH +# export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH +# export GUILE_WARN_DEPRECATED=detailed # Python # export GUIX_GTK3_PATH="/home/urbain/.guix-profile/lib/gtk-3.0${GUIX_GTK3_PATH:+:}$GUIX_GTK3_PATH" -- cgit v1.2.3