Configuring Zsh

$ yaourt -S zsh aur/oh-my-zsh-git

Run for the first time, zsh will prompt for configuration. Just ignore it, because we could use oh-my-zsh to help later.

$ zsh

Here is how oh-my-zsh to comes to help:

$ cp /usr/share/oh-my-zsh/zshrc ~/.zshrc$ chsh -s $(which zsh) 
时间: 2024-10-01 03:13:47

Configuring Zsh的相关文章

zsh

[[email protected] ~]# yum search zsh =============================== N/S Matched: zsh =============================== autojump-zsh.noarch : Autojump for zsh docker-io-zsh-completion.x86_64 : zsh completion files for docker gromacs-zsh.noarch : GROMA

zsh的简单使用

zsh 赶时髦装zshell,还有一个原因是zsh兼容bash,会用bash就会zsh. 1. 安装zsh及oh-my-zsh centos下面用yum,ubuntu 下面用apt-get.然后下载zshrc,网上有个开源的配置文件特别好用,叫oh-my-zsh的神器. git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/

Configuring Single Number Reach on Cisco CUCM 7.1.3

Cisco CUCM allows you to configure single number reach (also known as mobility) so that a call destined for your desk phone's extension can ring on a number of other devices such as your cellphone, blackberry, home phone, etc.  This feature also allo

Ubuntu配置zsh

安装zsh sudo apt-get install zsh chsh -s /bin/zsh 配置 curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh 或 wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh

【转】Configuring VM Acceleration on Linux

Configuring VM Acceleration on Linux Linux-based systems support virtual machine acceleration through the KVM software package. Follow instructions for installing KVM on your Linux system, and verify that KVM is enabled. In addition to following the

Linux上超酷的命令行扩展工具Oh My Zsh

Oh My Zsh 是一款社区驱动的命令行工具,正如它的主页上说的,Oh My Zsh 是一种生活方式.它基于 zsh 命令行,提供了主题配置,插件机制,已经内置的便捷操作.给我们一种全新的方式使用命令行. 什么是 Oh My ZshOh My Zsh 这个名字听起来就很有意思~, 它是基于 zsh 命令行的一个扩展工具集,提供了丰富的扩展功能. Oh My Zsh 的主页上,对它的定义有了明确的解释:http://ohmyz.sh 关于 zsh,它是一种命令行程序.我们 MAC 系统上默认使用

mac的shell神插件zsh

自从用了mac之后就各种配置,本文的前提是使用tmux的朋友,介绍一款神插件zsh,先说一下为什么要用它: Crtl + z挂起进程时会显示进程的pid,这样手动Crtl +c 终止程序失败的时候可以用kill + pid来杀死进程: 用Git时打开项目可以显示当前所在的分支: 使用任何命令时都可以进行补全操作,很方便: 可以安装扩展插件,功能可以不断扩展: 安装,直接用命令: sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh

Java出现“Error configuring application listener of class...”类似的错误解决

错误如下: Error configuring application listener of class com.jsoft.jblog.listener.SessionListener java.lang.ClassNotFoundException: com.jsoft.jblog.listener.SessionListener at org.apache.catalina.loader.WebappClassLoaderBase.loadClass 解决方法: 1.可能是servelt

ubuntu下安装zsh + oh my zsh

1.需要zsh支持,所以安装zsh: sudo apt-get install zsh 2.安装oh my zsh 根据官方: $ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 3.设置zsh为默认终端 chsh -s $(which zsh) 或者 chsh -s /bin/zsh 4.注销用户,重新登录 未完成此步骤,则zsh不是默认终端.不是很