We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have issue as below
warun@Warun-DDPC:/.phpenv/libexec (master)$uname -a Linux Warun-DDPC 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux warun@Warun-DDPC:/.phpenv/libexec (master)$cat /etc/issue Ubuntu 13.04 \n \l
warun@Warun-DDPC:~/.phpenv/libexec (master)$tail ~/.bashrc parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^_]/d' -e 's/_ (.*)/(\1)/' } PS1="${debian_chroot:+($debian_chroot)}[\033[01;32m]\u@\h[\033[00m]:[\033[01;34m]\w[\033[31m] $(parse_git_branch)[\033[00m]$[\033[00m]"
export PATH=$PATH:$HOME/.phpenv/bin:$HOME/.phpenv/shims
eval "$(rbenv init -)" warun@Warun-DDPC:/.phpenv/libexec (master)$source /.bashrc warun@Warun-DDPC:/.phpenv/libexec (master)$phpenv version system (set by /home/warun/.phpenv/version) warun@Warun-DDPC:/.phpenv/libexec (master)$phpenv shell rbenv: no such command `shell' warun@Warun-DDPC:~/.phpenv/libexec (master)$ls |grep shell rbenv-sh-shell
Do I missing anything?
The text was updated successfully, but these errors were encountered:
Bug: phpenv shell not found on the ubuntu
88559bd
Include commited from @Milly Refer to : CHH/phpenv#24
No branches or pull requests
Hi, I have issue as below
warun@Warun-DDPC:
/.phpenv/libexec (master)$uname -a/.phpenv/libexec (master)$cat /etc/issueLinux Warun-DDPC 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
warun@Warun-DDPC:
Ubuntu 13.04 \n \l
warun@Warun-DDPC:~/.phpenv/libexec (master)$tail ~/.bashrc$debian_chroot)}[\033[01;32m]\u@\h[\033[00m]:[\033[01;34m]\w[\033[31m] $ (parse_git_branch)[\033[00m]$[\033[00m]"
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^_]/d' -e 's/_ (.*)/(\1)/'
}
PS1="${debian_chroot:+(
source ~/.git-pairing-prompt.sh
export PS1="[$(__git_pairing_prompt)] "
export PATH=$PATH:$HOME/.phpenv/bin:$HOME/.phpenv/shims
eval "$(rbenv init -)"
warun@Warun-DDPC:
/.phpenv/libexec (master)$source/.phpenv/libexec (master)$phpenv shell/.bashrc/.phpenv/libexec (master)$phpenv versionwarun@Warun-DDPC:
system (set by /home/warun/.phpenv/version)
warun@Warun-DDPC:
rbenv: no such command `shell'
warun@Warun-DDPC:~/.phpenv/libexec (master)$ls |grep shell
rbenv-sh-shell
Do I missing anything?
The text was updated successfully, but these errors were encountered: