view bashrc/bash_profile @ 462:4f6af3e668eb

Use fd for fzf if available.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Jan 2019 20:49:49 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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