fixes sqlit
This commit is contained in:
parent
55e0ace2dc
commit
443f6cfce6
2 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,9 @@
|
|||
kill_tunnels = /* fish */ ''
|
||||
ps -o pid,command | grep "^[0-9]\{4,5\} ssh -fNL" | awk '{print $1}' | xargs kill -9
|
||||
'';
|
||||
dbui = ''
|
||||
uvx --with PyMySQL --with sshtunnel --from sqlit-tui sqlit
|
||||
'';
|
||||
dev_projects = /* fish */ ''
|
||||
if test "$hn" = "dnsc-work"
|
||||
begin
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ windows:
|
|||
- db:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- sqlit
|
||||
- dbui
|
||||
- redis:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue