From fd975eea6dfba0cedf967c64a887997117af16ca Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 28 Oct 2024 23:32:15 +0900 Subject: [PATCH] replace source with `.` --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 317a9a6..bbedfd2 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,6 @@ [[ -f "$HOMEBREW_PREFIX/etc/bash_completion" ]] && . "$HOMEBREW_PREFIX/etc/bash_completion" [[ -f /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion -[[ -f /usr/share/doc/fzf/examples/key-bindings.bash ]] && source /usr/share/doc/fzf/examples/key-bindings.bash +[[ -f /usr/share/doc/fzf/examples/key-bindings.bash ]] && . /usr/share/doc/fzf/examples/key-bindings.bash [[ "$TERM" == xterm-256color ]] && PS1='\[\e]0;\u@\h: \w\a\]' HISTCONTROL=ignoreboth:erasedups HISTFILESIZE=$((0x7fffffff))