iter#1 complete

This commit is contained in:
dl92
2025-02-23 23:29:03 +00:00
parent 95a814fe4d
commit f9d67b0077
4 changed files with 9 additions and 5 deletions

View File

@@ -3,9 +3,6 @@
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"
FZF_DEFAULT_COMMAND='fd --type f| fzf --print0 | xargs -0 -o vim'
source "$HOME/code/scripts/system/nnn/nnnconfig.sh"
export PATH="$PATH:$HOME/code/scripts/system/nnn"