bashrc screen alias + disable useless action info in dunst
This commit is contained in:
parent
964a9e5728
commit
d8c8f06fba
2 changed files with 5 additions and 2 deletions
5
bashrc
5
bashrc
|
@ -94,7 +94,6 @@ alias whence='type -P'
|
||||||
alias less='command less -R'
|
alias less='command less -R'
|
||||||
alias cower='command cower -c'
|
alias cower='command cower -c'
|
||||||
alias pacman='command pacman --color=auto'
|
alias pacman='command pacman --color=auto'
|
||||||
alias rscreen='command screen -Dr'
|
|
||||||
alias rgrep='command grep --exclude-dir=\.git -R'
|
alias rgrep='command grep --exclude-dir=\.git -R'
|
||||||
alias hist='fc -l 1'
|
alias hist='fc -l 1'
|
||||||
alias beep='printf "\007"'
|
alias beep='printf "\007"'
|
||||||
|
@ -152,6 +151,10 @@ alias gsi='command tig status'
|
||||||
# tmux
|
# tmux
|
||||||
alias tmux='command tmux -2'
|
alias tmux='command tmux -2'
|
||||||
alias atmux='command tmux -2 attach'
|
alias atmux='command tmux -2 attach'
|
||||||
|
|
||||||
|
# screen
|
||||||
|
alias rscreen='command screen -Dr'
|
||||||
|
alias scr='command screen sudo -Es'
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ plugins
|
# {{{ plugins
|
||||||
if [[ -n ${comp_enabled} && -r ${completion_path} ]]; then
|
if [[ -n ${comp_enabled} && -r ${completion_path} ]]; then
|
||||||
|
|
2
dunstrc
2
dunstrc
|
@ -104,7 +104,7 @@
|
||||||
history_length = 20
|
history_length = 20
|
||||||
|
|
||||||
# Display indicators for URLs (U) and actions (A).
|
# 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
|
# The height of a single line. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
|
|
Loading…
Reference in a new issue