diff options
author | Minijackson <minijackson@riseup.net> | 2025-03-14 15:20:52 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-03-14 15:20:52 +0100 |
commit | e524158706f8dffe5f69e2fc16f87f2af15ef7c5 (patch) | |
tree | 543db44b7b40e88b482f0e6c5f5d564bce608af3 /common | |
parent | 0db3c393c73cc6cb954457c4ce1043a018914808 (diff) | |
download | nixos-config-reborn-e524158706f8dffe5f69e2fc16f87f2af15ef7c5.tar.gz nixos-config-reborn-e524158706f8dffe5f69e2fc16f87f2af15ef7c5.zip |
common/fish: properly configure grc plugin
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/fish.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commandline/fish.fish b/common/commandline/fish.fish index 5e5d31e..a9d98cb 100644 --- a/common/commandline/fish.fish +++ b/common/commandline/fish.fish | |||
@@ -1,7 +1,7 @@ | |||
1 | # Disable greeting | 1 | # Disable greeting |
2 | set fish_greeting | 2 | set fish_greeting |
3 | set -g fish_key_bindings fish_vi_key_bindings | 3 | set -g fish_key_bindings fish_vi_key_bindings |
4 | set -g grc_plugin_ignore_execs ls systemctl | 4 | set -U grc_plugin_ignore_execs ls systemctl |
5 | 5 | ||
6 | bind -M insert \cz 'fg ; commandline -f repaint' | 6 | bind -M insert \cz 'fg ; commandline -f repaint' |
7 | 7 | ||