Просмотр исходного кода

~/.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 лет назад: 14
Родитель
Сommit
44fdb1cef3
1 измененных файлов с 1 добавлено и 1 удалено
  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