Switched to Zsh and consolidated all aliases

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.
This commit is contained in:
2018-03-06 01:59:09 -05:00
parent 9cd7d61cc6
commit 4dce53aafc
8 changed files with 539 additions and 29 deletions

View File

@@ -1,8 +1,16 @@
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: 20
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 */