Mike Jonkmans
Mike Jonkmans
Aliases are tricky to use in scripts. Your first line defines an alias and uses it within the same line. This may not do what you expect. Bash parses the...
Maybe this helps... (i am on ubuntu 18.04, so maybe not) ``` apt install openvpn-systemd-resolved ``` Then add this fragment to your openvpn client.conf file: ``` dhcp-option DOMAIN-ROUTE . verb...
No changes needed. It was more like a FYI. Regards, Mike
Chet Ramey notes further (https://lists.gnu.org/archive/html/bug-readline/2023-10/msg00000.html): This could be an opportunity for bash-completion to do a better job than bash's default completion. It could note that ${COMP_WORDS[$COMP_CWORD]} differs from the word...