From 5fe45af814e9f96dac8b3225e2d9b593f9669e5c Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 12 Jun 2020 15:45:49 +0100 Subject: Clean up symlinks --- .bashrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) mode change 100644 => 120000 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 558cc76..0000000 --- a/.bashrc +++ /dev/null @@ -1,10 +0,0 @@ -# -# ~/.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 ':')" - diff --git a/.bashrc b/.bashrc new file mode 120000 index 0000000..412a50d --- /dev/null +++ b/.bashrc @@ -0,0 +1 @@ +.config/bashrc \ No newline at end of file -- cgit v1.2.3-13-gbd6f