Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ZSH on ubuntu - bash completions
- X-seq: zsh-users 17218
- From: Sayth Renshaw <flebber.crue@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: ZSH on ubuntu - bash completions
- Date: Sat, 1 Sep 2012 20:20:52 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7Ce4cAbvR3TwbsgQcx9QG443pPacbodPhBIwjT0ov1I=; b=iVDh/6CZiQrpN2s77gYDCPVBayJAkfgt6jQuY+Sa4NrZoefuxxdGxGUWiRC73CeXlA qfT5HhchsoCPYot5JmJ2PurlHjBbAXs+f+gqWTj2L4o5j3trELfabeoFtVKMiynOvF92 L9QJ2N1lFcVcl0CrLi0bzmUghH19nrySj/1QItN/zGtXLlo4ZskW7BDeGIKbIxzUmHY/ DwsFcv+PVfGDIeJ228k9K8DQ6WJEpyI4iihBH0oSb0MAv0ckr5LobDyHXY9ghzYAjaRm jkkRj3LG55RqOZdBehyycaSI/nz3D6hAUfcPX8p8IcFuY6fpgTQZkd2QY8FPJL/2yJ9+ uCLg==
- 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
For installs that use Bash such as Pythonbrew, Perlbrew and Pythonz
how can I change to have them use ZSH instead?
With Pythonbrew I have followed the standard install of curl and then
adding the line to ~/.bashrc but it will return an unknown command in
a new zsh terminal.
[[ -s $HOME/.pythonbrew/etc/bashrc ]] && source
$HOME/.pythonbrew/etc/bashrc - from the pythonbrew readme
https://github.com/utahta/pythonbrew#readme
I treid making the initial command
curl -kL xrl.us/pythonbrewinstall | zsh
But that doesn't work.Also put the command into zshrc [[ -s
$HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc
but that doesn't work either. Any ideas?
Thanks
Sayth
Messages sorted by:
Reverse Date,
Date,
Thread,
Author