mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
Move some files to just linux installs
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
# Setup fzf
|
||||||
|
# ---------
|
||||||
|
if [[ ! "$PATH" == *$HOME/.fzf/bin* ]]; then
|
||||||
|
export PATH="${PATH:+${PATH}:}$HOME/.fzf/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Auto-completion
|
||||||
|
# ---------------
|
||||||
|
[[ $- == *i* ]] && source "$HOME/.fzf/shell/completion.zsh" 2> /dev/null
|
||||||
|
|
||||||
|
# Key bindings
|
||||||
|
# ------------
|
||||||
|
source "$HOME/.fzf/shell/key-bindings.zsh"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
. $HOME/.cargo/env
|
||||||
Reference in New Issue
Block a user