Revert "zsh: restore the vendored fzf PATH entry, guarded"
This reverts commit 430c34827e.
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
#extend path
|
#extend path
|
||||||
path=(~/bin $path)
|
path=(~/bin $path)
|
||||||
path=(~/.local/bin $path)
|
path=(~/.local/bin $path)
|
||||||
# fzf vendored by lk-installers/install-apps (only if installed)
|
|
||||||
[ -d ~/.cache/lk-tools/fzf/bin ] && path=(~/.cache/lk-tools/fzf/bin $path)
|
|
||||||
|
|
||||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||||
# Initialization code that may require console input (password prompts, [y/n]
|
# Initialization code that may require console input (password prompts, [y/n]
|
||||||
|
|||||||
Reference in New Issue
Block a user