From eb050d4f1a8f89bd245fac4cc977d09913db084d Mon Sep 17 00:00:00 2001 From: Lord_Devi Date: Tue, 9 Jul 2024 01:44:45 -0400 Subject: [PATCH] Added init script links in home dir, forgot that last commit. --- .bash_logout | 1 + .bash_profile | 1 + .bashrc | 1 + .profile | 1 + .zshenv | 1 + 5 files changed, 5 insertions(+) create mode 120000 .bash_logout create mode 120000 .bash_profile create mode 120000 .bashrc create mode 120000 .profile create mode 120000 .zshenv diff --git a/.bash_logout b/.bash_logout new file mode 120000 index 0000000..3ec27bd --- /dev/null +++ b/.bash_logout @@ -0,0 +1 @@ +.config/bash/logout.bash \ No newline at end of file diff --git a/.bash_profile b/.bash_profile new file mode 120000 index 0000000..7b3fa1d --- /dev/null +++ b/.bash_profile @@ -0,0 +1 @@ +.config/bash/profile.bash \ No newline at end of file diff --git a/.bashrc b/.bashrc new file mode 120000 index 0000000..6d5541f --- /dev/null +++ b/.bashrc @@ -0,0 +1 @@ +.config/bash/bashrc \ No newline at end of file diff --git a/.profile b/.profile new file mode 120000 index 0000000..7d1a6e0 --- /dev/null +++ b/.profile @@ -0,0 +1 @@ +.config/posix-common/profile.sh \ No newline at end of file diff --git a/.zshenv b/.zshenv new file mode 120000 index 0000000..9fbf4d2 --- /dev/null +++ b/.zshenv @@ -0,0 +1 @@ +.config/zsh/.zshenv \ No newline at end of file