Resolves #21 and closes #30. Combined all alias files, converted them into proper Zsh formatting and reorganized them into better sections. Installed Oh My Zsh and then sourced the combined aliases file (zsh_aliases) from .zshrc. Also made URL's clickable in urxvt and briefly commented purpose of all Vim plug-ins.
17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
URxvt.font: xft:hack:size=11
|
|
|
|
/* transparency {{{ */
|
|
URxvt*inheritPixmap: true
|
|
URxvt*transparent: true
|
|
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
|
|
URxvt*shading: 10
|
|
/* }}} transparency */
|
|
|
|
URxvt.scrollBar: false
|
|
|
|
/* Clickable URLs {{{ */
|
|
URxvt.perl-ext-common: default,matcher
|
|
URxvt.url-launcher: /usr/bin/xdg-open
|
|
URxvt.matcher.button: 1
|
|
/* }}} Clickable URLs */
|