Update dotfiles repo path

This commit is contained in:
Oliver Davies 2024-01-25 07:17:38 +00:00
parent 9ef0411680
commit 509e85e0d0
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ in
}
{
trigger = ":dotfiles";
replace = "https://github.com/opdavies/dotfiles";
replace = "https://github.com/opdavies/dotfiles.nix";
}
{
trigger = ":dc";

View file

@ -94,7 +94,7 @@
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"
bind-key -r D run-shell "t ~/Code/github.com/opdavies/dotfiles.nix"
bind-key -r W run-shell "t ~/Code/github.com/opdavies/oliverdavies.uk"
set -g @resurrect-strategy-nvim 'session'