1 Star 0 Fork 0

eric_he/my-space-vim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.fzf.bash 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
eric-he 提交于 2021-07-14 17:51 . first create.
# Setup fzf
# ---------
if [[ ! "$PATH" == */home/hezhihong/.fzf/bin* ]]; then
export PATH="${PATH:+${PATH}:}/home/hezhihong/.fzf/bin"
fi
# Auto-completion
# ---------------
[[ $- == *i* ]] && source "/home/hezhihong/.fzf/shell/completion.bash" 2> /dev/null
# Key bindings
# ------------
source "/home/hezhihong/.fzf/shell/key-bindings.bash"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/eric-he/space-vim.git
git@gitee.com:eric-he/space-vim.git
eric-he
space-vim
my-space-vim
master

搜索帮助