From ea2efd1145f7953672ff17b79b1130fbddc3bcc1 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 23 Apr 2025 20:57:09 -0300 Subject: [PATCH] rework shell profiles --- dot_config/bash/dot_bash_profile | 1 - dot_tcshrc => dot_config/tcsh/dot_tcshrc | 0 symlink_dot_bash_profile | 2 +- symlink_dot_tcshrc | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 dot_config/bash/dot_bash_profile rename dot_tcshrc => dot_config/tcsh/dot_tcshrc (100%) create mode 100644 symlink_dot_tcshrc diff --git a/dot_config/bash/dot_bash_profile b/dot_config/bash/dot_bash_profile deleted file mode 100644 index 3f56aa0..0000000 --- a/dot_config/bash/dot_bash_profile +++ /dev/null @@ -1 +0,0 @@ -[[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/dot_tcshrc b/dot_config/tcsh/dot_tcshrc similarity index 100% rename from dot_tcshrc rename to dot_config/tcsh/dot_tcshrc diff --git a/symlink_dot_bash_profile b/symlink_dot_bash_profile index 4fb7383..0534ce1 100644 --- a/symlink_dot_bash_profile +++ b/symlink_dot_bash_profile @@ -1 +1 @@ -.config/bash/.bash_profile +.config/bash/.bashrc diff --git a/symlink_dot_tcshrc b/symlink_dot_tcshrc new file mode 100644 index 0000000..3bd586b --- /dev/null +++ b/symlink_dot_tcshrc @@ -0,0 +1 @@ +.config/tcsh/.tcshrc