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 --- .bash_profile | 2 +- .bashrc | 11 +---------- .config/bashrc | 10 ++++++++++ 3 files changed, 12 insertions(+), 11 deletions(-) mode change 100644 => 120000 .bashrc create mode 100644 .config/bashrc diff --git a/.bash_profile b/.bash_profile index 5157537..412a50d 120000 --- a/.bash_profile +++ b/.bash_profile @@ -1 +1 @@ -.bashrc \ No newline at end of file +.config/bashrc \ No newline at end of file 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 diff --git a/.config/bashrc b/.config/bashrc new file mode 100644 index 0000000..558cc76 --- /dev/null +++ b/.config/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