summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------.bash_profile2
l---------[-rw-r--r--].bashrc11
-rw-r--r--.config/bashrc10
3 files changed, 12 insertions, 11 deletions
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
index 558cc76..412a50d 100644..120000
--- a/.bashrc
+++ b/.bashrc
@@ -1,10 +1 @@
-#
-# ~/.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 ':')"
-
+.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 ':')"
+