diff dot_config/private_fish/config.fish @ 1045:7db5c9c8016f

feat: Add fzf cd history picker
author Zeger Van de Vannet <zeger@vandevan.net>
date Sat, 04 May 2024 11:47:05 +0200
parents fb4670b7526a
children 6228efcc628d
line wrap: on
line diff
--- a/dot_config/private_fish/config.fish	Thu May 02 08:48:33 2024 +0200
+++ b/dot_config/private_fish/config.fish	Sat May 04 11:47:05 2024 +0200
@@ -33,5 +33,8 @@
     # Push current cmdline input to the stack
     bind \eq push-input
 
+    # FZF aliases
+    alias cdh fzf_cdhist
+
     abbr hgst hg status
 end