From cd1aca4f2d9f43ef9f33a72dee6ea4f95cf2f64f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 15 Jul 2025 22:37:53 -0400 Subject: [PATCH] AutoYADM commit: 2025-07-15 22:37:53 --- .config/fish/config.fish | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 158e9b0e..3bc0804c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -11,12 +11,11 @@ # end if status is-interactive - # source ~/.config/fish/custom_cd.fish - function dash --wraps dash + function sh --wraps sh if status is-interactive - rlwrap dash $argv + rlwrap sh $argv else - dash $argv + sh $argv end end starship init fish | source