今天在找某个东西的资料的时候,发现了fish这个据说是很强大的bash shell。
偶然间在闲逛的时候,发现了bash-it
,一个社区的bash框架。。
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
$sudo port install bash-completion
# bash-completion
if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
. /opt/local/etc/profile.d/bash_completion.sh
fi
fdhuang@phodal:~ $ ls
ls lsbom lsock lsockU lsvfs
lsappinfo lsm lsockT lsof
fdhuang@phodal:~ $ ls
不过一种更理想的方式就是使用zsh
引自官网的论述
The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system.
使用之前 如果是windows,我们建议安装cygwin。这样可以渐渐摆脱对鼠标的依赖,当然了主要目的是与cygwin整合。
最近我和我的同事们,一起在创建一个新的编程语言:Charj 。它是一个使用 Rust 编写的描述式、中间编程语言。GitHub: https://github.com/datum-lang/datum