diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e015328..5df591f 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -150,4 +150,7 @@ fi # python #eval "$(pyenv init -)" +# set up thefuck +eval $(thefuck --alias) + pfetch diff --git a/.profile b/.profile index 9fb19d4..1ae959e 100644 --- a/.profile +++ b/.profile @@ -60,7 +60,6 @@ export PATH="${HOME}/.nimble/bin:${PATH}" # python export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" -#eval "$(pyenv init --path)" # less/man colors export LESS=-R