Skip to content

Commit

Permalink
chore: remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagovla committed Nov 11, 2021
1 parent d60e14c commit 6ba269c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ alias clone="git clone"

# EXPORTS
export PYENV_ROOT="$HOME/.pyenv"
export SLEPC_DIR=$HOME/github/UFMG_2021_1_FEM/projeto_final2/code/library/slepc
export PETSC_DIR=$HOME/github/UFMG_2021_1_FEM/projeto_final2/code/library/petsc
export PETSC_ARCH=arch-linux-c-debug

## PATH
Expand All @@ -60,6 +58,7 @@ alias nvimp='f(){ poetry run nvim "$@" || nvim; unset -f f; }; f'
alias 9gag='f(){ youtube-dl "$@" --recode-video webm || exit 1; unset -f f; }; f'
alias fixfan="sudo ${HOME}/scripts/fan_speed.sh"
alias ls='ls --color=auto'
alias tvm='mpv --ytdl-format=93 $1'
#SETTING UP PYENV
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
Expand Down

0 comments on commit 6ba269c

Please sign in to comment.