converts to rainfrog for sql
This commit is contained in:
parent
d5f37cbb86
commit
268d20f94d
3 changed files with 5 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue