More cleanup

This commit is contained in:
2021-09-20 11:04:58 -04:00
parent bbf61406e2
commit 1e0bac4277
3 changed files with 0 additions and 14 deletions
-13
View File
@@ -1,13 +0,0 @@
# 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"
-1
View File
@@ -1 +0,0 @@
. $HOME/.cargo/env