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
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