iter#1 complete
This commit is contained in:
@@ -31,6 +31,11 @@ HISTFILESIZE=2000
|
||||
#activate python
|
||||
source /home/ys/Data/projects/code/Python/Envs/General/bin/activate
|
||||
|
||||
|
||||
# Set up fzf key bindings and fuzzy completion
|
||||
eval "$(fzf --bash)"
|
||||
FZF_DEFAULT_COMMAND='fd --type f | fzf --print0 | xargs -0 -o vim'
|
||||
|
||||
# Added by LM Studio CLI tool (lms)
|
||||
export PATH="$PATH:$HOME/.lmstudio/bin"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user