diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-13 18:53:22 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-13 18:53:22 -0400 |
commit | 489798a4ab8574e584deed009e20affae58bcea9 (patch) | |
tree | b697e682f164ba413c168f866a333ddca92c45e5 | |
parent | 95f304a8d9bd644b2fd49df49ca6acfbc93dae74 (diff) | |
download | configs-489798a4ab8574e584deed009e20affae58bcea9.tar.gz configs-489798a4ab8574e584deed009e20affae58bcea9.tar.xz configs-489798a4ab8574e584deed009e20affae58bcea9.zip |
bash: use i-beam cursor in terminals
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: $(a_prompt)\007"' # i-beam cursor # echo -e "\033[5 q" # blinking -# echo -e "\033[6 q" # non-blinking +echo -e "\033[6 q" # non-blinking # various bash tweaks # append to the history file, don't overwrite it |