summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2021-08-31 08:26:21 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-08-31 08:26:21 +0200
commit2fd0fea4ce8eb36274272da5c6f40962e5f58cc1 (patch)
tree52e8e477ab631e5862bff4733b23b500d8af2d1a
parentfe7e53656cd08c0c1ae5d272a12275a7a2d5cbf0 (diff)
downloaddotfiles-2fd0fea4ce8eb36274272da5c6f40962e5f58cc1.tar.gz
dotfiles-2fd0fea4ce8eb36274272da5c6f40962e5f58cc1.tar.xz
dotfiles-2fd0fea4ce8eb36274272da5c6f40962e5f58cc1.zip
shell: Add common ~/.profile.d directory
-rw-r--r--bash/.bashrc2
-rw-r--r--shell-profile/.profile.d/extract.sh (renamed from bash/.bashrc.d/extract.sh)0
-rw-r--r--shell-profile/.profile.d/irp.sh (renamed from bash/.bashrc.d/irp.sh)0
-rw-r--r--shell-profile/.profile.d/osc.sh (renamed from bash/.bashrc.d/osc.sh)0
-rw-r--r--shell-profile/.profile.d/rg.sh (renamed from bash/.bashrc.d/rg.sh)0
-rw-r--r--shell-profile/.profile.d/skim.sh (renamed from bash/.bashrc.d/skim.sh)0
-rw-r--r--shell-profile/.profile.d/spec.sh (renamed from bash/.bashrc.d/spec.sh)0
-rw-r--r--zsh/.config/zsh/zshrc2
8 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index c97f4ad..2b6a811 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -155,7 +155,7 @@ alias buildsamba-stable='CFLAGS="-Wno-strict-overflow -Wno-maybe-uninitialized -
# IMPORTS
###########################################################
-for SHFILE in ${HOME}/.bashrc.d/*.sh; do
+for SHFILE in "${HOME}"/.profile.d/*.sh; do
if [ -f "${SHFILE}" ]; then
source "${SHFILE}"
fi
diff --git a/bash/.bashrc.d/extract.sh b/shell-profile/.profile.d/extract.sh
index fed00b8..fed00b8 100644
--- a/bash/.bashrc.d/extract.sh
+++ b/shell-profile/.profile.d/extract.sh
diff --git a/bash/.bashrc.d/irp.sh b/shell-profile/.profile.d/irp.sh
index 050cc14..050cc14 100644
--- a/bash/.bashrc.d/irp.sh
+++ b/shell-profile/.profile.d/irp.sh
diff --git a/bash/.bashrc.d/osc.sh b/shell-profile/.profile.d/osc.sh
index 9753dce..9753dce 100644
--- a/bash/.bashrc.d/osc.sh
+++ b/shell-profile/.profile.d/osc.sh
diff --git a/bash/.bashrc.d/rg.sh b/shell-profile/.profile.d/rg.sh
index 1ee4d70..1ee4d70 100644
--- a/bash/.bashrc.d/rg.sh
+++ b/shell-profile/.profile.d/rg.sh
diff --git a/bash/.bashrc.d/skim.sh b/shell-profile/.profile.d/skim.sh
index b16a588..b16a588 100644
--- a/bash/.bashrc.d/skim.sh
+++ b/shell-profile/.profile.d/skim.sh
diff --git a/bash/.bashrc.d/spec.sh b/shell-profile/.profile.d/spec.sh
index 819884b..819884b 100644
--- a/bash/.bashrc.d/spec.sh
+++ b/shell-profile/.profile.d/spec.sh
diff --git a/zsh/.config/zsh/zshrc b/zsh/.config/zsh/zshrc
index 5b0039f..b65f863 100644
--- a/zsh/.config/zsh/zshrc
+++ b/zsh/.config/zsh/zshrc
@@ -213,7 +213,7 @@ source "${ZDOTDIR}/zsh-functions"
zsh_add_file "${ZDOTDIR}/zsh-bindkey"
-for SHFILE in ${HOME}/.bashrc.d/*.sh; do
+for SHFILE in ${HOME}/.profile.d/*.sh; do
if [ -f "${SHFILE}" ]; then
source "${SHFILE}"
fi