1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-31 16:37:45 +02: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 # python
#eval "$(pyenv init -)" #eval "$(pyenv init -)"
# set up thefuck
eval $(thefuck --alias)
pfetch pfetch

View File

@ -60,7 +60,6 @@ export PATH="${HOME}/.nimble/bin:${PATH}"
# python # python
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"
#eval "$(pyenv init --path)"
# less/man colors # less/man colors
export LESS=-R export LESS=-R