Move some files to just linux installs

This commit is contained in:
2021-09-20 10:47:42 -04:00
parent 227ed71342
commit 356a787c85
2 changed files with 14 additions and 0 deletions

View File

@@ -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"

View File

@@ -0,0 +1 @@
. $HOME/.cargo/env