微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

linux – Ubuntu Zsh(通过Vagrant)没有找到Zsh或它的功能

我有一个Vagrant配置脚本,如果它不可用则尝试安装Zsh,然后将shell更改为使用Zsh.

我相信我有两个问题:

首先是我不相信shell会更改为Zsh,因为当我运行vagrant ssh来访问Ubuntu VM时,一旦运行ps -p $$,命令就会指示Bash是正在运行的shell(我希望Zsh在哪里) ).

第二个问题是,如果它正在更改为Zsh shell(无论ps -p $$报告什么),那么当我输出.zshrc文件时,Zsh会显示大量错误,这表明指定的函数丢失或者不存在正确引用.

我会通过手动安装Zsh而不是通过Vagrant配置脚本将其分解为步骤…

> cat / etc / shells – >我看不到Zsh†的提法
> sudo apt-get update
> sudo apt-get install zsh≠
> cat / etc / shells – >现在有/ bin / zsh和/usr/bin/zsh
>哪个zsh – >在/usr/bin中/ zsh的
> zsh –version – > zsh 5.0.2(x86_64-pc-linux-gnu)
> chsh -s $(哪个zsh)
> source .zshrc – >很多错误发送到stdout ~~
> tree /usr/share / zsh / – >看下面的**输出,但是通知函数目录不在5.0.2目录下面?

我认为Zsh更有可能没有被改变,因为如果我执行命令zsh,我将被带到一个新的shell环境,如果我然后运行源.zshrc我没有错误.另外,如果我现在运行ps -p $$,我会看到Zsh被报告为正在运行的shell.

我的整个Vagrant配置脚本可以在这个问题的底部找到.

†我看到的shell列表是:

/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/tmux
/usr/bin/screen

输出是:

Reading package lists... Done
Building dependency tree       
Reading state @R_816_4045@ion... Done
The following extra packages will be installed:
  zsh-common
Suggested packages:
  zsh-doc
The following NEW packages will be installed:
  zsh zsh-common
0 upgraded, 2 newly installed, 0 to remove and 55 not upgraded.
Need to get 2,726 kB of archives.
After this operation, 11.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main zsh-common all 5.0.2-3ubuntu6 [2,119 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main zsh amd64 5.0.2-3ubuntu6 [607 kB]
Fetched 2,726 kB in 6s (420 kB/s)                                              
Selecting prevIoUsly unselected package zsh-common.
(Reading database ... 61742 files and directories currently installed.)
Preparing to unpack .../zsh-common_5.0.2-3ubuntu6_all.deb ...
Unpacking zsh-common (5.0.2-3ubuntu6) ...
Selecting prevIoUsly unselected package zsh.
Preparing to unpack .../zsh_5.0.2-3ubuntu6_amd64.deb ...
Unpacking zsh (5.0.2-3ubuntu6) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up zsh-common (5.0.2-3ubuntu6) ...
Setting up zsh (5.0.2-3ubuntu6) ...
update-alternatives: using /bin/zsh5 to provide /bin/zsh (zsh) in auto mode
update-alternatives: using /bin/zsh5 to provide /bin/rzsh (rzsh) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/rzsh.1.gz because associated file /usr/share/man/man1/zsh.1.gz (of link group rzsh) doesn't exist

~~下面是错误列表,而Zsh配置文件可以在这里看到https://github.com/Integralist/dotfiles/blob/linux/.zshrc

autoload: command not found
zmodload: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'style' from package 'diction' (universe)
 Command 'astyle' from package 'astyle' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
No command 'zstyle' found, did you mean:
 Command 'astyle' from package 'astyle' (universe)
 Command 'style' from package 'diction' (universe)
zstyle: command not found
bindkey: command not found
bindkey: command not found
bindkey: command not found
bindkey: command not found
bindkey: command not found
bindkey: command not found
bindkey: command not found
autoload: command not found
No command 'colors' found, did you mean:
 Command 'xcolors' from package 'xcolors' (universe)
colors: command not found
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_no_bold[${(L)COLOR}]%}: bad substitution
-bash: %{$fg_bold[${(L)COLOR}]%}: bad substitution
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
unsetopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
No command 'setopt' found, did you mean:
 Command 'getopt' from package 'util-linux' (main)
setopt: command not found
autoload: command not found

** /usr/share / zsh目录下的tree命令输出

/usr/share/zsh/
├── 5.0.2
│   └── scripts
│       └── newuser
├── functions
│   ├── Calendar
│   │   ├── ...
│   ├── Calendar.zwc
│   ├── Chpwd
│   │   ├── ...
│   ├── Chpwd.zwc
│   ├── Completion
│   │   ├── AIX
│   │   │   ├── ...
│   │   ├── AIX.zwc
│   │   ├── Base
│   │   │   ├── ...
│   │   ├── Base.zwc
│   │   ├── bashcompinit
│   │   ├── BSD
│   │   │   ├── ...
│   │   ├── BSD.zwc
│   │   ├── compaudit
│   │   ├── compdump
│   │   ├── compinit
│   │   ├── compinstall
│   │   ├── Cygwin
│   │   │   ├── ...
│   │   ├── Cygwin.zwc
│   │   ├── Darwin
│   │   │   ├── ...
│   │   ├── Darwin.zwc
│   │   ├── Debian
│   │   │   ├── ...
│   │   ├── Debian.zwc
│   │   ├── Linux
│   │   │   ├── ...
│   │   ├── Linux.zwc
│   │   ├── Mandriva
│   │   │   ├── _rebootin
│   │   │   └── _urpmi
│   │   ├── Mandriva.zwc
│   │   ├── openSUSE
│   │   │   ├── ...
│   │   ├── openSUSE.zwc
│   │   ├── Redhat
│   │   │   ├── ...
│   │   ├── Redhat.zwc
│   │   ├── Solaris
│   │   │   ├── ...
│   │   ├── Solaris.zwc
│   │   ├── Unix
│   │   │   ├── ...
│   │   ├── Unix.zwc
│   │   ├── X
│   │   │   ├── ...
│   │   ├── X.zwc
│   │   ├── Zsh
│   │   │   ├── ...
│   │   └── Zsh.zwc
│   ├── Completion.zwc
│   ├── Exceptions
│   │   ├── catch
│   │   └── throw
│   ├── Exceptions.zwc
│   ├── MIME
│   │   ├── ...
│   ├── MIME.zwc
│   ├── Misc
│   │   ├── ...
│   ├── Misc.zwc
│   ├── Newuser
│   │   └── zsh-newuser-install
│   ├── Newuser.zwc
│   ├── Prompts
│   │   ├── ...
│   ├── Prompts.zwc
│   ├── TCP
│   │   ├── ...
│   ├── TCP.zwc
│   ├── VCS_Info
│   │   ├── ...
│   ├── VCS_Info.zwc
│   ├── Zftp
│   │   ├── ...
│   ├── Zftp.zwc
│   ├── Zle
│   │   ├── ...
│   └── Zle.zwc
└── help

这是我的Vagrant配置脚本

# Install dependencies
add-apt-repository ppa:pi-rho/dev # for latest tmux
apt-get update
apt-get remove vim-tiny -y
apt-get install vim tmux git tree htop reptyr xclip -y

# Install Zsh shell if it's not available
if ! cat /etc/shells | grep zsh; then
  echo "Zsh is not available, so we'll install it Now"
  apt-get install zsh -y
fi

# For the Reptyr program to work we need to enable system access
# We do this by changing the ptrace scope from one to zero
sed -i 's/kernel.yama.ptrace_scope = 1/kernel.yama.ptrace_scope = 0/' /etc/sysctl.d/10-ptrace.conf

# Because this is a system control daemon, we need to restart the relevant service
sysctl -p /etc/sysctl.d/10-ptrace.conf

# Avoid the shell asking us to authorise the authenticity of github.com
# This happens when doing a git clone for the first time
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config

# Install dotfiles...
dotfiles_location=/home/vagrant/dotfiles
git clone https://github.com/Integralist/dotfiles.git $dotfiles_location
cd $dotfiles_location && git fetch && git checkout linux

# Ensure we don't move unnecessary files
shopt -s extglob
mv !(.|..|.git|README.md) ..

# Clean-up
cd ../ && rm -rf dotfiles

# Change to Zsh shell
chsh -s $(which zsh)

# Source the Zsh config file
source .zshrc

解决方法:

chsh只更改当前用户认/登录shell,它不会更改当前shell.

您需要重新登录并重新登录,或者手动执行zsh以更改活动/当前shell.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐