Added EmojiOne workspace icons

Also imported local AUR packages.
This commit is contained in:
2018-12-06 15:18:44 -05:00
parent 826c320851
commit 275b922e21
14 changed files with 115 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
! URxvt.font: xft:DejaVu Sans Mono:size=14
URxvt.font: xft:Hack Nerd Font:size=14
URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=14
! URxvt.font: xft:Hack Nerd Font:size=14
! URxvt.font: xft:Hack NF:size=18
! URxvt.font: xft:Hack:size=18

View File

@@ -273,7 +273,9 @@ autocmd Filetype tex inoremap <localleader>lr \Leftrightarrow
autocmd Filetype tex inoremap <localleader>n \neq
autocmd Filetype tex inoremap <localleader>N \mathbb{N}
autocmd Filetype tex inoremap <localleader>q \qquad
autocmd Filetype tex inoremap <localleader>r \Rightarrow
autocmd Filetype tex inoremap <localleader>r \rightarrow
autocmd Filetype tex inoremap <localleader>R \Rightarrow
autocmd Filetype tex inoremap <localleader>s \subset
autocmd Filetype tex inoremap <localleader>st such that
autocmd Filetype tex inoremap <localleader>S \Sigma
autocmd Filetype tex inoremap <localleader>t \times

View File

@@ -1,6 +1,6 @@
ZSH_THEME="bira"
# ZSH_THEME="bira"
# ZSH_THEME="miloshadzic"
# ZSH_THEME="agnoster"
ZSH_THEME="agnoster"
# default {{{ #
@@ -153,6 +153,8 @@ add-zsh-hook precmd reload_aliases
# }}} autoreload zsh aliases #
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# export pywal colors
source ~/.cache/wal/colors.sh
# autoload -U add-zsh-hook
add-zsh-hook -Uz chpwd (){ ls -a; }