AutoYADM commit: 2025-07-09 01:53:01
This commit is contained in:
parent
5071f7989c
commit
eb90548054
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue