Revert running tmux from fish, set ripgrep config explicitly.

There should be a better way to do this? 🤔
This commit is contained in:
Daniel Lundin 2024-11-27 14:04:13 +01:00
parent b0668e2ef7
commit b6b4abddf5
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 4 additions and 2 deletions

View file

@ -121,7 +121,7 @@
"System" "System"
"TerminalEmulator" "TerminalEmulator"
]; ];
exec = ''ghostty --class=com.mitchellh.ghostty-local -e "fish -c tmux new-session -A -s0 -nt1"''; exec = ''ghostty --class=com.mitchellh.ghostty-local -e "tmux new-session -A -s0 -nt1"'';
genericName = "Ghostty (local)"; genericName = "Ghostty (local)";
icon = "com.mitchellh.ghostty"; icon = "com.mitchellh.ghostty";
name = "Ghostty (local)"; name = "Ghostty (local)";
@ -138,7 +138,7 @@
"System" "System"
"TerminalEmulator" "TerminalEmulator"
]; ];
exec = ''ghostty --class=com.mitchellh.ghostty-nemo -e "ssh -t nemo fish -c tmux new-session -A -s0 -nt1"''; exec = ''ghostty --class=com.mitchellh.ghostty-nemo -e "ssh -t nemo tmux new-session -A -s0 -nt1"'';
genericName = "Ghostty (nemo)"; genericName = "Ghostty (nemo)";
icon = "com.mitchellh.ghostty"; icon = "com.mitchellh.ghostty";
name = "Ghostty (nemo)"; name = "Ghostty (nemo)";

View file

@ -1,3 +1,5 @@
vim.env.RIPGREP_CONFIG_PATH = vim.env.HOME .. "/.config/ripgrep/ripgreprc"
vim.g.mapleader = ' ' vim.g.mapleader = ' '
vim.g.maplocalleader = "," vim.g.maplocalleader = ","