From eb622e5e45b9a96fcf0eada3ec25edafef36a3a4 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 14 Nov 2023 20:23:10 +0000
Subject: [PATCH] fix(tmux): update repo paths

---
 system/shared/modules/tmux.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/system/shared/modules/tmux.nix b/system/shared/modules/tmux.nix
index dd0cfddd..7bdd449d 100644
--- a/system/shared/modules/tmux.nix
+++ b/system/shared/modules/tmux.nix
@@ -92,8 +92,8 @@
       bind-key -T copy-mode-vi 'C-\' select-pane -l
 
       bind-key -r F new-window t
-      bind-key -r D run-shell "t ~/Code/github.com/opdavies/dotfiles.git"
-      bind-key -r W run-shell "t ~/Code/github.com/opdavies/oliverdavies.uk.git"
+      bind-key -r D run-shell "t ~/Code/github.com/opdavies/dotfiles"
+      bind-key -r W run-shell "t ~/Code/github.com/opdavies/oliverdavies.uk"
 
       set -g @resurrect-strategy-nvim 'session'
     '';