mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 08:00:56 -04:00
Prepare for fish support
This commit is contained in:
@@ -17,6 +17,7 @@ public class ShellDialects {
|
||||
public static ShellDialect BASH;
|
||||
public static ShellDialect ZSH;
|
||||
public static ShellDialect CSH;
|
||||
public static ShellDialect FISH;
|
||||
|
||||
public static class Loader implements ModuleLayerLoader {
|
||||
|
||||
@@ -29,6 +30,7 @@ public class ShellDialects {
|
||||
CMD = byName("cmd");
|
||||
POWERSHELL = byName("powershell");
|
||||
POWERSHELL_CORE = byName("pwsh");
|
||||
FISH = byName("fish");
|
||||
DASH = byName("dash");
|
||||
BASH = byName("bash");
|
||||
ZSH = byName("zsh");
|
||||
|
||||
Reference in New Issue
Block a user