Update FZF sourcing to work with Fedora. Update zshenv to set a less
pager and update zshrc to have bad globs not have exits
This commit is contained in:
parent
2095d3cb00
commit
ab987f7bee
3 changed files with 6 additions and 1 deletions
chezmoi/dot_zshrc.d
|
@ -1,3 +1,7 @@
|
|||
2>/dev/null for FZF_FILE in /usr/share/doc/fzf/examples/*.zsh; do
|
||||
source "$FZF_FILE"
|
||||
done
|
||||
|
||||
2>/dev/null for FZF_FILE in /usr/share/fzf/shell/*.zsh; do
|
||||
source "$FZF_FILE"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue