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:
parent
c3b30fd87c
commit
248f13df8f
@ -150,4 +150,7 @@ fi
|
|||||||
# python
|
# python
|
||||||
#eval "$(pyenv init -)"
|
#eval "$(pyenv init -)"
|
||||||
|
|
||||||
|
# set up thefuck
|
||||||
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
pfetch
|
pfetch
|
||||||
|
1
.profile
1
.profile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user