summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-13 18:53:22 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-13 18:53:22 -0400
commit489798a4ab8574e584deed009e20affae58bcea9 (patch)
treeb697e682f164ba413c168f866a333ddca92c45e5 /.bashrc
parent95f304a8d9bd644b2fd49df49ca6acfbc93dae74 (diff)
downloadconfigs-489798a4ab8574e584deed009e20affae58bcea9.tar.gz
configs-489798a4ab8574e584deed009e20affae58bcea9.tar.xz
configs-489798a4ab8574e584deed009e20affae58bcea9.zip
bash: use i-beam cursor in terminals
Diffstat (limited to '')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index d8bbe5e..b5c3480 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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