Explorar el Código

~/.bashrc: Echo bell-character after each command.

This makes urxvt set the urgent flag and notifies both tmux and
awesomewm. Quite nice for long-running scripts (installs, compiles,
whatevers).
Lucas Stadler %!s(int64=13) %!d(string=hace) años
padre
commit
44fdb1cef3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .bashrc

+ 1 - 1
.bashrc

55
55
56
#export PS1="\u [$(t | wc -l | sed -e's/ *//')] \w ($(git branch | sed 's/^\* //'))$ "
56
#export PS1="\u [$(t | wc -l | sed -e's/ *//')] \w ($(git branch | sed 's/^\* //'))$ "
57
export PS1='\u \w$ '
57
export PS1='\u \w$ '
58
export PROMPT_COMMAND='history -a; history -c; history -r;'
58
export PROMPT_COMMAND='history -a; history -c; history -r; echo -en "\a"'
59
59
60
export EDITOR LESS
60
export EDITOR LESS
61
export HISTIGNORE HISTCONTROL HISTSIZE=1000000
61
export HISTIGNORE HISTCONTROL HISTSIZE=1000000