From 318f6636cd16ab5a6e53fbb1a386deb82ca59fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sun, 25 Apr 2021 13:15:58 +0200 Subject: [PATCH] tweak .zshrc --- zsh/.zshrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index dd155b7..06a5359 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -21,13 +21,14 @@ compinit autoload -U colors colors -PROMPT="%{$fg[yellow]%}%* %{$fg[blue]%}%d %(?.$fg[green]✓.$fg[red]%?) -%(3L.$fg[red]%L .)%{$fg[yellow]%}%%%{$reset_color%} " +PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[blue]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?) +%(3L.$fg_bold[red]%L .)%(?.$fg_bold[green].$fg_bold[red])%%%{$reset_color%} " -source ~/.config/.aliases -source ~/.config/.aliases.local +source $HOME/.config/.aliases +source $HOME/.config/.aliases.local source $HOME/.config/zsh/key-bindings.zsh +source $HOME/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh bindkey "^[[H" beginning-of-line bindkey "^[[4~" end-of-line @@ -48,6 +49,4 @@ if [[ -f ~/.last_dir ]]; then cd $(cat ~/.last_dir) fi -source ~/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh - eval `keychain --eval --quiet --agents ssh,gpg id_rsa`