fix(tmux): update repo paths

This commit is contained in:
Oliver Davies 2023-11-14 20:23:10 +00:00
parent ddd32822b1
commit eb622e5e45

View file

@ -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'
'';