From 08e6294366ed9a42b5b08e4d38f60567b91d858c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 30 Aug 2025 12:33:55 -0400 Subject: tmux and neovim config --- sh.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sh.nix') diff --git a/sh.nix b/sh.nix index 5e0402a..23c4ba8 100644 --- a/sh.nix +++ b/sh.nix @@ -69,12 +69,17 @@ in gco = "git checkout"; gs = "git status"; }; + shellAliases = { + tms = "bash ~/.config/tmux/setup-sessions.sh"; + }; interactiveShellInit = '' fish_vi_key_bindings set -U fish_greeting zoxide init fish | source fzf --fish | source starship init fish | source + set -gx EDITOR nvim + set -gx VISUAL nvim ''; }; -- cgit v1.3.1