mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Linted all files
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user