1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2024-09-20 18:08:09 +00:00
fish/main.c

10 lines
157 B
C

#include <stdlib.h>
#include "fish_shell/fish_core.h"
int main() {
/* todo load config file */
fishLoop(getSettings());
return EXIT_SUCCESS;
}