in Antarctica

いろんなメモ

2016-11-01から1ヶ月間の記事一覧

fishでVundle使うときの罠

shellをfishに変えて意気揚々とvimのプラグインを追加して:BundleInstallすると次のようなエラーがでる Error detected while processing function vundle#installer#new[24]..<SNR>59_process[11]..vundle#installer#run[8]..vundle#installer#install[12]..<SNR>59_s</snr></snr>…

fish×peco×ghq

pecpとghqを使った記事がzshばっかりだったのでメモ config.fishに下をかくだけ function tl ghq list --full-path | peco | read dist cd $dist end readでdistに渡して cdしてるだけ