Use $REPOS variable consistently in scripts

This commit is contained in:
Oliver Davies 2024-07-10 12:50:00 +01:00
parent c8d21d28c1
commit a2ed026258
4 changed files with 5 additions and 5 deletions
lib/shared/modules

View file

@ -97,8 +97,8 @@ in
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/dotfiles.nix"
bind-key -r N run-shell "t ~/Code/opdavies.nvim"
bind-key -r D run-shell "t $REPOS/dotfiles.nix"
bind-key -r N run-shell "t $REPOS/opdavies.nvim"
bind-key -r W run-shell "t ~/Documents/wiki"
set -g @resurrect-strategy-nvim 'session'