From 37ff7062874b72bafa99afe661f42653565ed511 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 11 Sep 2024 04:25:38 +0900 Subject: RESTRUCTURE. Replicate relative paths in public/ --- config/bash/profile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config/bash/profile (limited to 'config/bash/profile') diff --git a/config/bash/profile b/config/bash/profile deleted file mode 100644 index 956694c..0000000 --- a/config/bash/profile +++ /dev/null @@ -1,12 +0,0 @@ -# ~/.profile: executed by the command interpreter for login shells. -# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login -# exists. - -# the default umask is set in /etc/profile; for setting the umask -# for ssh logins, install and configure the libpam-umask package. -#umask 022 - -# if bash -if [ "$SHELL" = "/bin/bash" ]; then - . ~/.bashrc -fi -- cgit v1.2.3