From 10fd3862aabf005078dc20109258271084465556 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 25 Jan 2026 21:17:35 +0200 Subject: [PATCH] chore: tmux and sesh cleanup --- config/fish/config.fish | 2 +- config/sesh/sesh.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 02e341d..16c4301 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -30,7 +30,7 @@ if status is-interactive type -q zoxide; and zoxide init fish | source # Start tmux if not already running and not in SSH - open-tmux # defined in functions/open-tmux.fish + #open-tmux # defined in functions/open-tmux.fish end # Added by LM Studio CLI (lms) diff --git a/config/sesh/sesh.toml b/config/sesh/sesh.toml index 2cc11d8..29d55f0 100644 --- a/config/sesh/sesh.toml +++ b/config/sesh/sesh.toml @@ -32,10 +32,6 @@ disable_startup_command = true name = "dotfiles" path = "~/.dotfiles" -[[session]] -name = "neovim config" -path = "~/.dotfiles/config/nvim" - [[session]] name = "sesh config" path = "~/.dotfiles/config/sesh"