3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GolandのTerminalでzshを使う

Last updated at Posted at 2018-07-31

普段zshを使っていたのですが、Goland導入時にIDEのTerminalの設定でハマったのでメモしておきます
JetBrainsのIDEは軒並みしたの方法で行けそう

GolandのTerminalでzshを使う

  1. Preference > Tools > Terminalを開く
  2. shell pathにzshのパスを記載 e.g.) /bin/zsh
  3. Shell integrationのチェックを外す

参考リンク

ついでに追加したalias

alias goland='open -b com.jetbrains.goland $(ghq root)/$(ghq list | peco)'

ghq管理のリポジトリをpecoで選択してGolandで開けて便利

3
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?