X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=884df1b65d3ff6bae51d04b8cda7b8b896fedef5;hp=6f7a9c9f4a6edc6a09104bb7009007c1a251a0c5;hb=966545abadc8707150307a088141bc073ac8a649;hpb=e5a04a0d626eaa3732b26abed82e2eec301b501b diff --git a/.bashrc b/.bashrc index 6f7a9c9..884df1b 100644 --- a/.bashrc +++ b/.bashrc @@ -76,7 +76,7 @@ export LC_CTYPE=cs_CZ.ISO-8859-2 export PERL_MM_OPT="PERL=$HOME/bin/perlilib PREFIX=$HOME" export WWW_HOME="file:///home/short/.bookmarks.html" export GREP_OPTIONS="--binary-files=without-match --directories=skip" -[ -n "$PS1" ] && export PS1="`echo -en '\017'`$PS1" # set only in interactive sessions +[ -n "$PS1" ] && export PS1='\[\017\]'"$PS1" # set only in interactive sessions export MINICOM="-m -c on" # metakeys+color export HISTSIZE=100000 export HISTFILESIZE="$HISTSIZE"