diff --git a/bash/bash_login b/bash/bash_login deleted file mode 100644 index 1a1d41c4..00000000 --- a/bash/bash_login +++ /dev/null @@ -1,11 +0,0 @@ -# This file is executed by the command interpreter for login shells. -# After reading that file, it looks for ~/.bash_profile, ~/.bash_login, - # and ~/.profile, in that order, and reads and executes commands from - # the first one that exists and is readable. -# See /usr/share/doc/bash/examples/startup-files for examples. -# The files are located in the bash-doc package. - -# The default umask is set in /etc/profile; for setting the umask -# For ssh logins, install and configure the libpam-umask package. -# umask 022 - diff --git a/bash/bash_profile b/bash/bash_profile index df3548fd..6fa102b7 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -1,6 +1,4 @@ # ~/.profile: executed by the command interpreter for login shells. -# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login -# exists. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package.