Mac OS Xでは、~/.bash_profileがデフォルトで存在しない。
やたらと素っ気ないターミナルになっているのでなんとかする。
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
Go to list of users who liked
More than 5 years have passed since last update.
Mac OS Xでは、~/.bash_profileがデフォルトで存在しない。
やたらと素っ気ないターミナルになっているのでなんとかする。
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
Register as a new user and use Qiita more conveniently
Go to list of users who liked