fixes fish config error
This commit is contained in:
parent
75568115de
commit
e8f4f9b430
1 changed files with 4 additions and 5 deletions
|
|
@ -132,11 +132,10 @@
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
dbui_prod = /* fish */ ''
|
dbui_prod = /* fish */ ''
|
||||||
if test "$hn" = "dnsc-work"
|
if test "$hn" = "dnsc-work"
|
||||||
kill_tunnels && ssh -NL 4322:192.168.0.38:3306 otc-prod & nvim +DBUI
|
kill_tunnels && ssh -NL 4322:192.168.0.38:3306 otc-prod & nvim +DBUI
|
||||||
else
|
else
|
||||||
echo "Only on work machine."
|
echo "Only on work machine."
|
||||||
end
|
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
fish_mode_prompt = /* fish */ ''
|
fish_mode_prompt = /* fish */ ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue