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