ye
This commit is contained in:
parent
e8f4f9b430
commit
062c286cd2
1 changed files with 2 additions and 2 deletions
|
|
@ -126,14 +126,14 @@
|
|||
'';
|
||||
dbui_stg = /* fish */ ''
|
||||
if test "$hn" = "dnsc-work"
|
||||
kill_tunnels && ssh -NL 4321:192.168.0.168:3306 otc & nvim +DBUI
|
||||
kill_tunnels && ssh -fNL 4321:192.168.0.168:3306 otc & nvim +DBUI
|
||||
else
|
||||
echo "Only on work machine."
|
||||
end
|
||||
'';
|
||||
dbui_prod = /* fish */ ''
|
||||
if test "$hn" = "dnsc-work"
|
||||
kill_tunnels && ssh -NL 4322:192.168.0.38:3306 otc-prod & nvim +DBUI
|
||||
kill_tunnels && ssh -fNL 4322:192.168.0.38:3306 otc-prod & nvim +DBUI
|
||||
else
|
||||
echo "Only on work machine."
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue