view bashrc/bash_profile @ 478:e79244688396

Set default fzf command to fd if it's available.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 05 Feb 2020 09:29:24 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi