mirror of
https://gitlab.com/klmp200/fish.git
synced 2025-05-16 22:34:02 +00:00
Indentation avec tabulations
This commit is contained in:
parent
df2524f1fc
commit
5cef74481c
6
main.c
6
main.c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user