zsh: fix escaping of # and ?

This commit is contained in:
Rouven Seifert 2024-01-11 14:09:56 +01:00
parent d9ad68de04
commit 2df8d36f2f
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -48,6 +48,8 @@
export MCFLY_PROMPT=""
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc
unsetopt extendedglob
function svpn() {
unit=$(systemctl list-unit-files | grep "openconnect\|wg-quick\|wireguard\|openvpn\|openfortivpn" | cut -d "." -f1 | fzf --preview 'systemctl status {}')