diff options
| -rw-r--r-- | dotfiles/Rexfile | 4 | ||||
| -rw-r--r-- | dotfiles/helix/config.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/Rexfile b/dotfiles/Rexfile index 9c42cae..e0e002e 100644 --- a/dotfiles/Rexfile +++ b/dotfiles/Rexfile @@ -4,10 +4,10 @@ use Rex::Logger; our $HOME = $ENV{HOME}; # In a public Git rapository. -our $DOT = "$HOME/git/rexfiles/dotfiles"; +our $DOT = "$HOME/git/conf/dotfiles"; # In a private Git repository. -our $DOT_PRIVATE = "$HOME/git/rexfiles_private/dotfiles"; +our $DOT_PRIVATE = "$HOME/git/conf_private/dotfiles"; sub ensure_dir { my ( $src_glob, $dst_dir, $file_mode ) = @_; diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml index 2ef4fbf..fdeed9d 100644 --- a/dotfiles/helix/config.toml +++ b/dotfiles/helix/config.toml @@ -50,7 +50,7 @@ C-v = { b = "paste_clipboard_before", a = "paste_clipboard_after", r = ":clipboa A-c = "toggle_comments" # Was originally C-c, so mapped to ALT now # Helix related helpers -C-h = { c = ":config-open", r = ":config-reload", C = ":run-shell-command cp -v ~/.config/helix/*.toml ~/git/rexfiles/dotfiles/helix/", l = ":open ~/.config/helix/languages.toml", h = ":open ~/git/worktime/HelixCheat.md", L = ":log-open", d = ":theme default" } +C-h = { c = ":config-open", r = ":config-reload", C = ":run-shell-command cp -v ~/.config/helix/*.toml ~/git/conf/dotfiles/helix/", l = ":open ~/.config/helix/languages.toml", h = ":open ~/git/worktime/HelixCheat.md", L = ":log-open", d = ":theme default" } C-r = [ ":config-reload", ":reload-all" ] |
