Mercurial > dotfiles
changeset 265:b853d45b97d3
Style tune-ups for zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 27 May 2020 18:26:04 +0200 |
parents | bfa07144db1b |
children | 7a275f0d38e8 |
files | dot_zshrc |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_zshrc Wed May 27 13:48:30 2020 +0200 +++ b/dot_zshrc Wed May 27 18:26:04 2020 +0200 @@ -6,11 +6,11 @@ export LC_ALL=$LANG PROMPT='%F{cyan}%T%f %F{red}%m%f %F{blue}%~%b%f -%j > ' +%j -> ' -vim_ins_mode="%F{yellow}[INS]%f" -vim_cmd_mode="%F{green}[NRM]%f" +vim_ins_mode="%F{black}%K{yellow} INS %k%f" +vim_cmd_mode="%F{black}%K{green} NRM %k%f" vim_mode=$vim_ins_mode # Cursor mapping from nyquase/vi-mode @@ -187,6 +187,7 @@ # Aliases alias l="ls -haltr --color" alias ll="ls -haltr --color" +alias ls="ls --color" alias xclip='xclip -selection clipboard' # Exports