summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/common/tmux/tmux.conf1
-rw-r--r--config/essentials/zsh/.zshrc4
-rwxr-xr-xconfig/extra/gdb/gdbinit (renamed from config/extra/gdb/gdbearlyinit)0
3 files changed, 4 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index 7fc73b0..7929836 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -19,6 +19,7 @@ set-window-option -g pane-base-index 1
set-window-option -g mode-keys vi
# compatibility with vim for focus based events
set -g focus-events on
+set -g mouse
# KEYBINDINGS
# Reload config file
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 07e859d..f5debdb 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -45,7 +45,7 @@ then
plug "MichaelAquilina/zsh-auto-notify"
export AUTO_NOTIFY_TITLE="zsh"
export AUTO_NOTIFY_BODY="%command [%exit_code]"
- AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock")
+ AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty")
fi
# Substring search settings
@@ -143,3 +143,5 @@ setopt notify
# setopt cdablevars
# zprof
+
+PATH="$PATH:$HOME/proj/chatty/v2/"
diff --git a/config/extra/gdb/gdbearlyinit b/config/extra/gdb/gdbinit
index 7731881..7731881 100755
--- a/config/extra/gdb/gdbearlyinit
+++ b/config/extra/gdb/gdbinit