by shigemk2

当面は技術的なことしか書かない

2015-12-22から1日間の記事一覧

oh-my-zshにPull Requestを投げた

zsh

oh-my-zshとpeco。相性良さそうなんだけどね。 pecoのプラグインを入れてみました。もしかしたらキーバインドは必要かもしれませんが。。。 github.com あと、巷で出回っているpecoの設定を、結構流用しています(少しだけカスタマイズしていますが)

xargsとalias

An alias is internal to the shell where it is defined. It is not visible to other processes. The same goes for shell functions. xargs is a separate application, which is not a shell, so doesn't have a concept of aliases or functions. alias…