LoginSignup
6
7

More than 5 years have passed since last update.

iTermの設定

Last updated at Posted at 2016-04-24

iTermの設定

右クリックで ペースト

iTerm -> Preferences -> Pointer

Right button single clickをダブルクリック

Actionに Pasete from clipboardを設定

lsした時にファイルタイプごとに色を付ける

デフォルトだとlsした時にディレクトリとファイルの違いが分からないため、
ファイルタイプごとに色を付ける。

.bash_profileに以下を追記

export PATH="/usr/local/bin:$PATH:/usr/local/sbin"
export TERM=xterm-color
alias ls='ls -G'
alias ll='ls -hl'
6
7
0

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
6
7