Take up local changes

This commit is contained in:
2026-07-03 09:27:39 -07:00
parent 951753d32d
commit d72d23a06e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -16,6 +16,10 @@ starship = "latest"
"npm:yaml-language-server" = "latest"
"npm:vscode-langservers-extracted" = "latest"
tmux = "latest"
fzf = "latest"
[env]
RIPGREP_CONFIG_PATH = "{{ env.HOME }}/.config/ripgrep/config"
HOMEBREW_NO_ANALYTICS = 1
MISE_GITHUB_TOKEN = "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"
_.path = "/Applications/Beyond Compare.app/Contents/MacOS"
+1 -1
View File
@@ -53,4 +53,4 @@ set -g status-right-style default
set -g status-style fg=black,bg=colour237
bind h display-popup -T "htop" -E -w 90% -h 90% "htop"
bind g display-popup -T "lazygit" -E -w 90% -h 90% "cd #{pane_current_path} && lazygit"
bind g run -C "display-popup -T \"lazygit\" -E -E -w 90% -h 90% \"lazygit -p #{pane_current_path}\""