From b8ec445560795ed701b2ea93d982c9f87eb61fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 30 Jul 2024 14:55:23 +0200 Subject: [PATCH] feat!: prefix P abbr with a dot --- modules/programs/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index 8934508..d96f9b0 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -31,7 +31,7 @@ in enable = true; shellAbbrs = shellConfig.abbreviations; shellAliases = shellConfig.aliases; - shellInit = '' + shellInit = /* fish */ '' # Vi Mode fish_vi_key_bindings @@ -62,7 +62,7 @@ in end abbr --add dotdot --regex '^\.\.+$' --function multicd - abbr -a P --position anywhere --set-cursor "% | $PAGER" + abbr -a .P --position anywhere --set-cursor "% | $PAGER" function editor_edit echo $EDITOR $argv