zsh / bashで使ってるPromptの色設定
- - zsh版
-
PROMPT=$'%{\e[33m%}%~%{\e[00m%} %{\e[36m%}%n@%m$%{\e[00m%} ' - - bash版
-
PROMPT=$'%{\e[33m%}%~%{\e[00m%} %{\e[36m%}%n@%m$%{\e[00m%} ' export PS1='\[\033[1;32m\]\w \[\033[1;33m\]\u@\H\$ \[\033[1;37m\]'
This is a tumblelog, kinda like a blog but with short-form, mixed-media posts with stuff I like. Scroll down a bit to start reading, or a bit more to read more about me.
PROMPT=$'%{\e[33m%}%~%{\e[00m%}
%{\e[36m%}%n@%m$%{\e[00m%} '
PROMPT=$'%{\e[33m%}%~%{\e[00m%}
%{\e[36m%}%n@%m$%{\e[00m%} '
export PS1='\[\033[1;32m\]\w
\[\033[1;33m\]\u@\H\$ \[\033[1;37m\]'