Additions for FZF and RG
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -53,7 +53,7 @@ COMPLETION_WAITING_DOTS="true"
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git zsh-autosuggestions)
|
||||
plugins=(git zsh-autosuggestions zsh-completions)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@@ -182,7 +182,10 @@ source $HOME/.zsh_aliases
|
||||
#
|
||||
source $HOME/.zsh_functions
|
||||
|
||||
# FZF Specific
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
# Include hidden files
|
||||
export FZF_DEFAULT_COMMAND='find .'
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user