sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
/* | |
* This program is free software: you can redistribute it and/or modify it | |
* under the terms of the GNU General Public License as published by the Free | |
* Software Foundation, either version 3 of the License, or (at your option) | |
* any later version. | |
* | |
* This program is distributed in the hope that it will be useful, but WITHOUT | |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
* more details. |
// Config file of V2Ray. This file follows standard JSON format, with comments support. | |
// Uncomment entries below to satisfy your needs. Also read our manual for more detail at | |
// https://www.v2fly.org/ | |
{ | |
"log": { | |
// By default, V2Ray writes access log to stdout. | |
// "access": "/path/to/access/log/file", | |
// By default, V2Ray write error log to stdout. | |
// "error": "/path/to/error/log/file", |