AutoYADM commit: 2025-07-15 22:37:53

This commit is contained in:
Daniel Fichtinger 2025-07-15 22:37:53 -04:00
parent 8f2b359812
commit cd1aca4f2d

View file

@ -11,12 +11,11 @@
# end # end
if status is-interactive if status is-interactive
# source ~/.config/fish/custom_cd.fish function sh --wraps sh
function dash --wraps dash
if status is-interactive if status is-interactive
rlwrap dash $argv rlwrap sh $argv
else else
dash $argv sh $argv
end end
end end
starship init fish | source starship init fish | source