Removed x transparency and added lsd alias for listing directories

This commit is contained in:
jon
2018-09-24 18:28:10 -05:00
parent 3c328a107a
commit 2ce929d45d
2 changed files with 3 additions and 2 deletions

View File

@@ -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'

View File

@@ -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