dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 73331eedd008b08d51b9f3635adee5599e6f6d8c
parent 98cb80789b62f98164baf6695fbf416bb37a5b51
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  2 Feb 2020 00:44:48 +0100

bashrc should use fzf.bash


Former-commit-id: a66c0ca58a19dad77fafc09945d9034ae80ff7b1
Diffstat:
Mshell/bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/bashrc b/shell/bashrc @@ -1,5 +1,5 @@ . $HOME/.dotfiles/shell/z/z.sh -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +[ -f ~/.fzf.bash ] && source ~/.fzf.bash [[ -f ~/.aliases ]] && source ~/.aliases [[ -f ~/.functions ]] && source ~/.functions