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))'