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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user