From 552b139b2166677f10b9a8185d632a071f4b9391 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 23 Feb 2024 15:37:57 -0800 Subject: [PATCH] Add tmux conf --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 6c46a7c..fd92315 100644 --- a/.bashrc +++ b/.bashrc @@ -1 +1,2 @@ alias vim='vim -Nu <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.vimrc)' +alias tmux='tmux -f <(cat 2>/dev/null ~/.tmux.conf <(curl 2>/dev/null https://git.lsit.ucsb.edu/scottwilliams/dotfiles/raw/branch/main/.tmux.conf))'