You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a suggested way to add cross-shell aliases? I use fish, so right now I put them in both interactive.fish and interactive.sh which is annoying...
The text was updated successfully, but these errors were encountered:
Try sourcing your interactive.sh file in your interactive.fish file, and if there is say a function or the like inside it which prevents fish compatibility, move the aliases out into an aliases.sh file which is sourced by interactive.sh and interactive.fish
For the long term, perhaps Dorothy could support say a aliases.json file, which then injects the aliases into each shell, or even better, a define_alias function implemented for each shell: #173
Is there a suggested way to add cross-shell aliases? I use fish, so right now I put them in both
interactive.fish
andinteractive.sh
which is annoying...The text was updated successfully, but these errors were encountered: