Setup urxvt, pywal, Zsh and Neovim on laptop

This commit is contained in:
2018-03-06 04:46:23 -05:00
parent 8279772ca8
commit a6fd6634b1
4 changed files with 32 additions and 11 deletions

View File

@@ -37,6 +37,8 @@ alias cfg="f ~/.config"
alias cs='printf "\033c"'
alias hst="history"
alias nf="neofetch"
alias rur="xrdb ~/.Xresources"
function gvx() { urxvt --help 2>&1 | grep $1 ; }
function cld() { colordiff -y --suppress-common-lines $1 $2 ; }
alias grep='grep --color=auto'
@@ -146,8 +148,6 @@ if [ "$(hostname)" = "NZXT" ]; then
alias spt="speedtest"
alias pg="ping -c 5 google.ca"
alias w7="VBoxManage startvm W7 --type headless"
function gvx() { urxvt --help 2>&1 | grep $1 ; }
alias rur="xrdb ~/.Xresources"
# }}} apps #
# various coding projs {{{ #