Pārlūkot izejas kodu

~/.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 13 gadi atpakaļ
vecāks
revīzija
44fdb1cef3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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