@@ -1,9 +1,13 @@
#include <stdlib.h>
#include "fish_shell/fish_core.h"
#include "fish_shell/fish_types.h"
int main() {
/* todo load config file */
fishLoop(getSettings());
Settings *s = getSettings();
fishLoop(s);
free(s->PS1);
free(s);
return EXIT_SUCCESS;
}
The note is not visible to the blocked user.