From cacf65f91c57a899520baf507e29aed8fc24765e Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 12 Jun 2020 15:42:14 +0100 Subject: Add .bash_profile and .bashrc --- .bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..558cc76 --- /dev/null +++ b/.bashrc @@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything. +[[ $- != *i* ]] && return + +# Adds `~/.local/bin` to $PATH +export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" + -- cgit v1.2.3-13-gbd6f