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