From eb90548054e88c3e01ad214d1f7a71ecfdf39036 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 9 Jul 2025 01:53:01 -0400 Subject: [PATCH] AutoYADM commit: 2025-07-09 01:53:01 --- .config/fish/config.fish | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 30a724c3..158e9b0e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -12,7 +12,13 @@ if status is-interactive # source ~/.config/fish/custom_cd.fish - + function dash --wraps dash + if status is-interactive + rlwrap dash $argv + else + dash $argv + end + end starship init fish | source direnv hook fish | source zoxide init fish | source