From a9e77d2b71b9a5be289a3594c658e08fee181758 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 27 Jan 2026 19:56:05 +0000 Subject: [PATCH 1/2] [fish] config tweaks --- .config/fish/config.fish | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 3f8a021..75f3f2a 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,17 +1,17 @@ fish_add_path \ ~/.local/bin \ ~/.cargo/bin \ - ~/bin \ + ~/.deno/bin \ /opt/local/sbin \ /opt/local/bin \ - ~/.npm-global/bin + ~/.npm-global/bin \ + ~/.dotnet/tools fish_add_path --append \ ~/devtools/buck/bin \ /snap/bin \ ~/go/bin \ /nix/var/nix/profiles/default/bin \ - ~/Library/Python/3.10/bin \ /opt/awscli/bin if command -s pyenv > /dev/null @@ -28,12 +28,7 @@ if test -n "$CODER_WORKSPACE_ID$CODER" end if test -d /home/linuxbrew/.linuxbrew - set -x HOMEBREW_PREFIX "/home/linuxbrew/.linuxbrew" - set -x HOMEBREW_CELLAR "/home/linuxbrew/.linuxbrew/Cellar" - set -x HOMEBREW_REPOSITORY "/home/linuxbrew/.linuxbrew/Homebrew" - set PATH "/home/linuxbrew/.linuxbrew/bin" "/home/linuxbrew/.linuxbrew/sbin" $PATH - set MANPATH "/home/linuxbrew/.linuxbrew/share/man" $MANPATH - set INFOPATH "/home/linuxbrew/.linuxbrew/share/info" $INFOPATH + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv fish)" end if [ -n "$INSIDE_EMACS" ] From 10ca217da7649f89c204917c9e227bd755f0e59a Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 27 Jan 2026 19:56:23 +0000 Subject: [PATCH 2/2] [tmux] Again trying colors better --- .tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index fb25e19..52b7011 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -27,9 +27,6 @@ bind-key a send-prefix set -g xterm-keys on setw -g xterm-keys on -# Colors? -set -g default-terminal "tmux-direct" - # Activity monitoring #setw -g monitor-activity on #set -g visual-activity on @@ -45,6 +42,7 @@ set -g history-limit 30000 # pretty set -g default-terminal "tmux-direct" +set -a terminal-features "tmux-direct:RGB" # fish! set-option -g default-shell /bin/fish