Removed x transparency and added lsd alias for listing directories
This commit is contained in:
@@ -22,6 +22,7 @@ export LESS='-C -F -M -I -j 5 -R -# 4'
|
|||||||
alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null
|
alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null
|
||||||
alias l='ls -lh --color --time-style=long'
|
alias l='ls -lh --color --time-style=long'
|
||||||
alias ll='ls -lah --color --time-style=long'
|
alias ll='ls -lah --color --time-style=long'
|
||||||
|
alias lsd='l -d */'
|
||||||
alias p='ping'
|
alias p='ping'
|
||||||
alias s='sudo'
|
alias s='sudo'
|
||||||
alias dmesg='dmesg -H'
|
alias dmesg='dmesg -H'
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt.font: xft:Terminus:size=14:antialias=true
|
URxvt.font: xft:Terminus:size=14:antialias=true
|
||||||
!URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
!URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
||||||
URxvt*transparent: true
|
!URxvt*transparent: true
|
||||||
URxvt*shading: 10
|
!URxvt*shading: 10
|
||||||
|
|
||||||
URxvt*perl-ext-common: default,matcher
|
URxvt*perl-ext-common: default,matcher
|
||||||
URxvt*matcher.button: 1
|
URxvt*matcher.button: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user