# zshenv/99_fzf # # Set up fzf (https://github.com/junegunn/fzf) # # Copyright © 2022 Tobias Klauser # # Source repository: git://git.distanz.ch/dotfiles/zsh.git FZF="${HOME}/.fzf" # Installed using Homebrew [ -d $FZF ] || FZF="/usr/local/opt/fzf" [ -d $FZF ] || FZF="/opt/homebrew/opt/fzf" if [ -d $FZF ] ; then path_append $FZF/bin # Auto-completion [[ $- == *i* ]] && source "${FZF}/shell/completion.zsh" 2> /dev/null # Key bindings source "${FZF}/shell/key-bindings.zsh" fi ef='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/mtu3/mtu3.h')