diff --git a/README.md b/README.md index b78dcca..a9e4c29 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add this folder to your path and you are good to go ! ## Usage To use the program, just invoke it with `GoSH` -If you see a message about a config file, create `~/.config/gosh/gosh_config.toml` and populate it with the defaults written inside this repo -> [here](/defaults.toml). +~~If you see a message about a config file, create `~/.config/gosh/gosh_config.toml` and populate it with the defaults written inside this repo -> [here](/defaults.toml).~~ To change config parameter on the fly, use the `set` builtin. Currently, `set` has a limited amount of configuration options and need to have a valid config file to write to. To change the color of the prompt use `set color ` @@ -41,5 +41,5 @@ You can use all "console colors", listed [here](https://gist.github.com/kamito/7 Currently there is a number of known or unkwown issues. We can list the fact that interactive programs, like SSH or VIM work partialy. The config has to be manualy created and populated. -Also pipes aren't supported yet, so no ls | grep "thing" +Also pipes aren't supported yet, so no `ls | grep "thing"` PTY currently don't support signals like 'Ctrl+C' so don't use vim, nano nor nvim for exemple.