diff options
| author | 2023-01-18 10:17:07 +0100 | |
|---|---|---|
| committer | 2023-01-18 10:17:07 +0100 | |
| commit | 0074ea8db7b399c14327f79e663566b43462cdb4 (patch) | |
| tree | 96045f78f7547623737b010e5ac8533f75afbf2b /dot_config/private_fish/plug/antlr.fish | |
| parent | lsd: add initial config (diff) | |
fish: remove autosource in favor of the dot function
Diffstat (limited to 'dot_config/private_fish/plug/antlr.fish')
| -rw-r--r-- | dot_config/private_fish/plug/antlr.fish | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dot_config/private_fish/plug/antlr.fish b/dot_config/private_fish/plug/antlr.fish deleted file mode 100644 index d0ad4ef..0000000 --- a/dot_config/private_fish/plug/antlr.fish +++ /dev/null @@ -1,3 +0,0 @@ -string match -q '*antlr*' $CLASSPATH || return -alias antlr4 "java -Xmx500M org.antlr.v4.Tool" -alias grun "java -Xmx500M org.antlr.v4.gui.TestRig" |
