This commit is contained in:
CramMK
2020-06-03 15:53:35 +02:00
parent 67714a0882
commit b1030cd57f
12 changed files with 20 additions and 221 deletions

View File

@@ -34,7 +34,9 @@ alias fonts="/home/$USER/.local/share/fonts"
alias listfonts="fc-list :scalable=true:spacing=mono: family"
alias cachefonts="fc-cache -f -v"
alias wiki="vim ~/vimwiki/index.wiki"
alias c="clear"
alias v="vim"
alias w="vim ~/vimwiki/index.md"
# Allow local aliases
if [ -f ~/.zshrc_local ]; then