AutoYADM commit: 2025-07-15 22:37:53
This commit is contained in:
parent
8f2b359812
commit
cd1aca4f2d
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue