disabled git status pane
This commit is contained in:
parent
9498c776b9
commit
2eb6baa626
@ -20,18 +20,6 @@ return {
|
||||
{ title = 'Sessions', padding = 1 },
|
||||
{ pane = 1, icon = ' ', title = 'Recent Files', section = 'recent_files', indent = 2, padding = 1 },
|
||||
{ pane = 2, icon = ' ', title = 'Projects', section = 'projects', indent = 2, padding = 1 },
|
||||
{
|
||||
pane = 2,
|
||||
icon = ' ',
|
||||
title = 'Git Status',
|
||||
section = 'terminal',
|
||||
cmd = 'output=$(CLICOLOR=1 GH_FORCE_TTY=1 gh pr status 2>&1) && echo -e "$output" || true',
|
||||
height = 30,
|
||||
width = 80,
|
||||
padding = 1,
|
||||
ttl = 5 * 60,
|
||||
indent = 3,
|
||||
},
|
||||
{ section = 'startup' },
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user