summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/.guix-env8
-rw-r--r--tmux/.tmux.conf1
2 files changed, 5 insertions, 4 deletions
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"
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 17d199f..040f93d 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -21,6 +21,7 @@ set -g default-terminal "screen-256color"
set -g pane-border-status off # Alternative: top/bottom/...
set -g pane-border-format "#{pane_current_command}"
set -g status-justify centre # Center window list
+set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # Get | cursor nvim insert
set-hook -g session-created "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"' 'set status-bg \"green\"'"
set-hook -g client-attached "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"' 'set status-bg \"green\"'"