1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 04:57:45 +01:00

zsh: added fuck and improved autocompletion to do common substrings

This commit is contained in:
tiyn 2023-11-02 05:35:36 +01:00
parent c3b30fd87c
commit 248f13df8f
2 changed files with 3 additions and 1 deletions

View File

@ -150,4 +150,7 @@ fi
# python
#eval "$(pyenv init -)"
# set up thefuck
eval $(thefuck --alias)
pfetch

View File

@ -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