converts to rainfrog for sql

This commit is contained in:
Dennis 2026-01-22 12:30:53 +01:00
parent d5f37cbb86
commit 268d20f94d
3 changed files with 5 additions and 36 deletions

View file

@ -106,20 +106,6 @@
# Open file in neovim
nvim $fullpath
'';
dbui_stg = /* fish */ ''
if test "$hn" = "dnsc-work"
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 -fNL 4322:192.168.0.38:3306 otc-prod & nvim +DBUI
else
echo "Only on work machine."
end
'';
fish_mode_prompt = /* fish */ ''
switch $fish_bind_mode
case default