From bc5c5083a80d2bfb8b62939084bc1dad07b92cbd Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 24 Apr 2024 09:16:27 -0500 Subject: [PATCH] fish: launch new tmux sessions in $HOME --- home/features/cli/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 0466469..987ce0d 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -77,7 +77,7 @@ # Launch tmux '' if not set -q TMUX - tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) + tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) -c $HOME end '' + # Open command buffer in vim when alt+e is pressed