Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
wierd sshfs completion
- X-seq: zsh-users 13954
- From: Freak <freakguard@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: wierd sshfs completion
- Date: Sat, 21 Mar 2009 12:03:20 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:subject :content-disposition:from:date:mime-version:content-type :content-transfer-encoding:message-id; bh=OHGRkkgLo/Xd14fmVbcGUkm1iJ/PynvMLAeXno8FNC4=; b=iGLBhl6JUT7M7XpsvfLAOwwqFfayaaqXazZH9LJcOR27rZoZ1UNjtssD0Z3HMvpnzQ h5hFGiTrBasqEp9O887mp03YxA1jEkhrFFan/o/A20LtL1cRThMaFzmPxXCXm6lGySEH gkkiPwKSlNGFC6UfHgSSUpOTukdO0T5wRO0pk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:content-disposition:from:date:mime-version:content-type :content-transfer-encoding:message-id; b=Cql5XMZSJE7dRt3JHPTWP0x2pkQcBw8Ll/FMv+L8P2jhyjjdD4o9lUA8w3VMNgXJ4r OvGFAwodNiOb4MbNC8V2jnZXZ7yz+SN0HJjfNUEaifv8hH2z63F3uEVDdUkSUiiUWyOc NAowBO3T6lc8g6d97vClUNduC36cpjgxIfRGk=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hello guys,
(please use CC as I'm not subscribed)
I'm having problems with my sshfs completion. Some Information:
zsh 4.3.9 (x86_64-unknown-linux-gnu)
Distribution: Archlinux
I'm using the config from http://www.jukie.net/~bart/conf/
With some modifications:
hosts=($((
( [ -r ~/.ssh/config ] && awk '/^host +[a-z]/ { print $2 }'
~/.ssh/config) ;\
) | sort -u))
zstyle ':completion:*' hosts $hosts
zstyle ':completion:*' host $hosts
users=(<someusers>)
zstyle ':completion:*' users $users
The problem:
sshfs <tab>
---- remote directory
<users>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author