fix: skim with bash

This commit is contained in:
ryan4yin
2023-05-07 17:29:31 +08:00
parent e83aec85f1
commit 381f0c5123

View File

@@ -121,12 +121,7 @@
# Basically anywhere you would want to use grep, try sk instead.
skim = {
enable = true;
enableZshIntegration = true;
defaultCommand = "rg --files --hidden";
changeDirWidgetOptions = [
"--preview 'exa --icons --git --color always -T -L 3 {} | head -200'"
"--exact"
];
enableBashIntegration = true;
};
direnv = {