fish: remove auto zmx select

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 8 --------
1 file changed, 8 deletions(-)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -92,10 +92,6 @@ fundle plugin 'patrickf1/fzf.fish'
 fundle plugin 'franciscolourenco/done'
 fundle init
 
-{{- if or (eq .chezmoi.hostname "angmar") (eq .chezmoi.hostname "sidhe") (eq .chezmoi.username "exedev") }}
-set ZMX_AUTO_SELECT true
-{{- end }}
-
 if status is-interactive
 	if not functions -q fundle; eval (curl -sfL https://git.io/fundle-install); end
 
@@ -143,10 +139,6 @@ if status is-interactive
     sb completion fish | source
 
     enable_transience
-
-    if set -q ZMX_AUTO_SELECT; and not set -q ZMX_SESSION; and type -q zs
-        zs; and exit
-    end
 end
 
 if status is-login