Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Usernames with dots
- X-seq: zsh-users 16761
- From: Seth Underwood <underwoo@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Usernames with dots
- Date: Tue, 14 Feb 2012 10:12:31 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=aTax5YBDJrZlCYS1bfCIArPT5r/gIMWJkjfnqnbBXEU=; b=S6QS27MtOlOdPxI3ENDKzmRUzm9ATN/XzL1PMdlJdTe60sLXp0RZpMFxLzEErJvjkh LazGnFm15k+y6XPbsc5GTEXAjpbRtxyTldjgdBSsVfyrjbNrE0yM6vzeFWWcisTf1q2F qJhewUmbeslOpu2kxmZWLsbT6di0uJu0mnKxg=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
At my work, all user names have a dot (usually First.Last). This naming
convention causes the ~username shortcut to not work in zsh. I found in
the zsh manual pages:
Static named directories
A `~' followed by anything not already covered consisting of any
number of alphanumeric
characters or underscore (`_'), hyphen (`-'), or dot (`.') is looked
up as a named direc‐
tory, and replaced by the value of that named directory if found.
Is there a way in zsh to change this behavior?
Thanks,
--
Seth Underwood
underwoo@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author