AutoYADM commit: 2025-07-09 01:53:01

This commit is contained in:
Daniel Fichtinger 2025-07-09 01:53:01 -04:00
parent 5071f7989c
commit eb90548054

View file

@ -12,7 +12,13 @@
if status is-interactive if status is-interactive
# source ~/.config/fish/custom_cd.fish # 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 starship init fish | source
direnv hook fish | source direnv hook fish | source
zoxide init fish | source zoxide init fish | source