1
0
Fork 0

bashrc screen alias + disable useless action info in dunst

This commit is contained in:
Von Random 2016-10-27 20:02:23 +03:00
parent 964a9e5728
commit d8c8f06fba
2 changed files with 5 additions and 2 deletions

5
bashrc
View file

@ -94,7 +94,6 @@ alias whence='type -P'
alias less='command less -R'
alias cower='command cower -c'
alias pacman='command pacman --color=auto'
alias rscreen='command screen -Dr'
alias rgrep='command grep --exclude-dir=\.git -R'
alias hist='fc -l 1'
alias beep='printf "\007"'
@ -152,6 +151,10 @@ alias gsi='command tig status'
# tmux
alias tmux='command tmux -2'
alias atmux='command tmux -2 attach'
# screen
alias rscreen='command screen -Dr'
alias scr='command screen sudo -Es'
# }}}
# {{{ plugins
if [[ -n ${comp_enabled} && -r ${completion_path} ]]; then

View file

@ -104,7 +104,7 @@
history_length = 20
# Display indicators for URLs (U) and actions (A).
show_indicators = yes
show_indicators = no
# The height of a single line. If the height is smaller than the
# font height, it will get raised to the font height.