From 0e5e622952fe51588f1537e621c63cbe4a91c136 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 26 Oct 2024 13:18:11 +0200 Subject: checkpoint --- config/common/tmux/tmux.conf | 1 + config/essentials/zsh/.zshrc | 4 +++- config/extra/gdb/gdbearlyinit | 5 ----- config/extra/gdb/gdbinit | 5 +++++ 4 files changed, 9 insertions(+), 6 deletions(-) delete mode 100755 config/extra/gdb/gdbearlyinit create mode 100755 config/extra/gdb/gdbinit (limited to 'config') 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/gdbearlyinit deleted file mode 100755 index 7731881..0000000 --- a/config/extra/gdb/gdbearlyinit +++ /dev/null @@ -1,5 +0,0 @@ -set startup-quietly on -set debuginfod enabled off -#set height 0 -set pagination off -set disassembly-flavor intel diff --git a/config/extra/gdb/gdbinit b/config/extra/gdb/gdbinit new file mode 100755 index 0000000..7731881 --- /dev/null +++ b/config/extra/gdb/gdbinit @@ -0,0 +1,5 @@ +set startup-quietly on +set debuginfod enabled off +#set height 0 +set pagination off +set disassembly-flavor intel -- cgit v1.2.3