1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2024-06-26 16:38:08 +00:00
fish/fish_shell/fish_settings.h
2017-05-29 19:09:19 +02:00

15 lines
323 B
C

#ifndef FISH_FISH_SETTINGS_H
#define FISH_FISH_SETTINGS_H
#include "fish_core.h"
#define FISH_RC_FILE "/.fishrc"
#define FISH_RC_FILE_SIZE 8
Settings * getSettings(); //TESTEDssssss
void freeSettings(Settings *settings); //TESTED
char* extractVariable(char* filename, char* var);//TESTED
#endif //FISH_FISH_SETTINGS_H