2017-12-01から1ヶ月間の記事一覧

Emacs, zsh, iTerm, tmux, macOSの暗い色設定 Emacs atom-one-darkのインストール M-x package install RET atom-one-dark 使っているディスプレイに対してコントラストが足りないので atom-one-dark-theme.elを変更。 ("atom-one-dark-fg" . "#D0D0D0") ;; …

Forever Pavot Petit Biscuit

zshでbashのcompletion functionが使えるらしい I have a bash-tab-completion script. Is there a simple way to use it from zsh? - Stack Overflow 以下、上記ページからのコピー。 autoload bashcompinit bashcompinit source /path/to/your/bash_comple…