dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0acc20abf170b6f24a4299155ad45617bab85396
parent 61ec0ce037bc7ee9e8c620a74df6adf9599b4a56
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 17 Oct 2019 20:40:29 +0200

Make typed text in prompt bold

Diffstat:
M.yashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.yashrc b/.yashrc @@ -72,7 +72,7 @@ fi YASH_PS1=$_uc'${LOGNAME}'$_hc'@${HOSTNAME%%.*}\fb. '\ '${${${PWD:/~/\~}##*/}:-$PWD}\fd. ${{?:/0/}:+\\fr.$?\\fd. }${{SHLVL-0}:/1}\$ ' YASH_PS1R='\fc.${_vcs_info}' -YASH_PS1S='\fd.' +YASH_PS1S='\fo.' YASH_PS2=$_2c'> ' #YASH_PS2R= YASH_PS2S=$YASH_PS1S