Last oh-my-zsh config, switching to antigen

This commit is contained in:
Marty Oehme 2019-02-03 22:25:14 +01:00
parent ad037103b2
commit 50e47c998e
2 changed files with 30 additions and 9 deletions

View file

@ -1,2 +1,6 @@
alias ls='ls --color=auto'
alias dotfiles='/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty'
alias n='nnn'
alias m='micro'
alias zshconf='m ~/.zshrc'