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
|
@ -1,5 +1,6 @@
|
|||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:${PATH}"
|
||||
export LANG='en_US.UTF-8'
|
||||
export PAGER='less -RF'
|
||||
|
||||
for editor in nvim vim nano; do
|
||||
if command -v "$editor" &> /dev/null; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue