Merge branch 'main' of git.its-et.me:etorres/dotfiles
This commit is contained in:
@@ -4,8 +4,8 @@ fzf_version="$(fzf --version | cut -d ' ' -f1 | tr -d '[:space:]')"
|
|||||||
|
|
||||||
# Auto-completion
|
# Auto-completion
|
||||||
# ---------------
|
# ---------------
|
||||||
[[ $- == *i* ]] && source "/usr/local/Cellar/fzf/${fzf_version}/shell/completion.zsh"
|
[[ $- == *i* ]] && source "/opt/homebrew/Cellar/fzf/${fzf_version}/shell/completion.zsh"
|
||||||
|
|
||||||
# Key bindings
|
# Key bindings
|
||||||
# ------------
|
# ------------
|
||||||
source "/usr/local/Cellar/fzf/${fzf_version}/shell/key-bindings.zsh"
|
source "/opt/homebrew/Cellar/fzf/${fzf_version}/shell/key-bindings.zsh"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# PATH variable configuration
|
# PATH variable configuration
|
||||||
path=("/usr/local/sbin" "${HOME}/Scripts/macOS Helpers" "${HOME}/.local/bin" $path)
|
path=("/usr/local/sbin" "$(brew --prefix coreutils)/libexec/gnubin" "$(brew --prefix gnu-sed)/libexec/gnubin" "${HOME}/Scripts/macOS Helpers" "${HOME}/.local/bin" $path)
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
|
Reference in New Issue
Block a user