2019-01-07から1日間の記事一覧

tmuxでndenvを使う

.bash_profile export PATH="$HOME/.ndenv/bin:$PATH" eval "$(ndenv init -)" ## ★ コレを追加 export PATH="$HOME/.ndenv/shims:$PATH">参考 https://dev.classmethod.jp/tool/anyenv-set-path-for-visual-studio-code/以上です

circleci2.1エラー '<<' must be escaped in config v2.1+

メモ。エスケープが必要になったcircleci2.0以前 command <<< $VALUE circleci2.1 command \<<< $VALUE 以上です