Skip to content

Instantly share code, notes, and snippets.

@keita03301995
Created May 29, 2016 10:13
Show Gist options
  • Save keita03301995/2f2f87d8e2d8c5d12e87761e7a21adae to your computer and use it in GitHub Desktop.
Save keita03301995/2f2f87d8e2d8c5d12e87761e7a21adae to your computer and use it in GitHub Desktop.
zshのコマンド補完時に補完前の入力が残ってしまうのを修正 ref: http://qiita.com/keita03301995/items/54023c20bbdcb3f4d0e6
PROMPT="%{${fg[cyan]}%}$ %~%{${reset_color}%}
${fg[magenta]}[%n]$ ${reset_color}"
PROMPT="%{${fg[cyan]}%}$ %~%{${reset_color}%}
%{${fg[magenta]}%}[%n]$ %{${reset_color}%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment