update .zshrc

This commit is contained in:
Em 2020-06-27 11:23:23 -04:00
parent 36aa00f223
commit 024078ceab
1 changed files with 1 additions and 3 deletions

4
.zshrc
View File

@ -1,6 +1,5 @@
export PATH=/usr/local/sbin:$PATH
export PATH=/home/emerson/.local/bin:/usr/local/sbin:$PATH
export ZSH=$HOME/.oh-my-zsh
export TEXMFHOME=$HOME/.texmf
ZSH_THEME=""
function prompt_char {
@ -68,7 +67,6 @@ alias gauthors="git log --format='%aN <%aE>' | sort -u | egrep -v '\+ed'"
alias getunicode="perl -C7 -ne 'for(split(//)){print sprintf(\"U\+\%04X\", ord).\" \".\$_.\"\n\"}'"
alias g='gatsby'
alias mkenv="python3.7 -m venv .env && source .env/bin/activate"
alias senv="source .env/bin/activate"