diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-03-12 13:28:44 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-03-12 13:28:44 -0800 |
commit | 7b4c01e9470bdf066aaafcfc911b8aa927d1b690 (patch) | |
tree | b748c46695fa75a93c3e0785b122d432d2005451 /zshrc | |
parent | [emacs] Stop using smart-mode-line. (diff) | |
download | emacs.d-7b4c01e9470bdf066aaafcfc911b8aa927d1b690.tar.gz |
[zsh] replace bash with zsh.
Add configuration files, delete bash config files, and update documentation. Closes #22 #19
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zshrc b/zshrc index 04000f3..52f9a1f 100644 --- a/zshrc +++ b/zshrc @@ -8,9 +8,8 @@ colors autoload -U select-word-style select-word-style bash -# local ret_status="%{$reset_color%}[%(?:%{$fg_bold[green]%}$?:%{$fg_bold[red]%}$?)%{$reset_color%}]" -PROMPT="%1~ %# " -# RPROMPT="${ret_status}" +local ret_status="%{$reset_color%}%(?:%{$fg_bold[green]%}➜:%{$fg_bold[red]%}➜)%{$reset_color%}" +PROMPT="${ret_status} %1~ %# " # load custom aliases source ~/.aliases |