Linted all files

This commit is contained in:
Kristofers Solo
2022-08-01 08:26:03 +03:00
parent a7bec557b8
commit d68a56ae9a
37 changed files with 3225 additions and 3102 deletions

View File

@@ -58,10 +58,10 @@ function _NCDU_TOGGLE()
ncdu:toggle()
end
local htop = Terminal:new({ cmd = 'htop', hidden = true })
local btop = Terminal:new({ cmd = 'btop', hidden = true })
function _HTOP_TOGGLE()
htop:toggle()
function _BTOP_TOGGLE()
btop:toggle()
end
local python = Terminal:new({ cmd = 'python', hidden = true })