commit c08679ad6316619d2d5db2d0ce08354d4c852ef8 parent 7bf4b852a7169e00be34f99ca9d006513476f9d8 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Fri, 4 Mar 2022 12:10:14 -0500 Updated bashrc and elinks Diffstat:
| M | home/.bashrc | | | 2 | +- |
| M | home/.elinks/elinks.conf | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/home/.bashrc b/home/.bashrc @@ -41,4 +41,4 @@ PYTHONSTARTUP=${HOME}/.pythonrc.py [ -f /usr/share/git/completion/git-prompt.sh ] && source /usr/share/git/completion/git-prompt.sh #export GIT_PS1_SHOWCOLORHINTS=1 #export GIT_PS1_SHOWDIRTYSTATE=1 -PS1='[\u@\h \W]$(__git_ps1) \$ ' +PS1='$(task +in +PENDING count) [\u@\h \W] $(__git_ps1) \$ ' diff --git a/home/.elinks/elinks.conf b/home/.elinks/elinks.conf @@ -1,4 +1,4 @@ set document.css.enable = 1 set document.css.ignore_display_none = 0 -set terminal.tmux-256color.colors = 1 -set terminal.rxvt-unicode-256color.colors = 1 +set terminal.tmux-256color.colors = 0 +set terminal.rxvt-unicode-256color.colors = 0