first commit
This commit is contained in:
22
config/fush.toml
Normal file
22
config/fush.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Конфигурационный файл fush shell
|
||||
|
||||
# Приглашение командной строки
|
||||
prompt = "fush:-> "
|
||||
prompt_color = "#00bfff"
|
||||
|
||||
# Директории
|
||||
lua_scripts_dir = "~/.local/share/fush/lua"
|
||||
history_file = "~/.cache/fush/history"
|
||||
log_file = "~/.cache/fush/fush.log"
|
||||
|
||||
# Размер истории команд
|
||||
history_size = 1000
|
||||
|
||||
# Переменные окружения
|
||||
[environment]
|
||||
# Путь для поиска исполняемых файлов
|
||||
PATH = "/usr/local/bin:/usr/bin:/bin"
|
||||
# Домашняя директория
|
||||
HOME = "~"
|
||||
# Терминал по умолчанию
|
||||
TERM = "xterm-256color"
|
||||
Reference in New Issue
Block a user