summaryrefslogtreecommitdiffstats
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile12
1 files changed, 0 insertions, 12 deletions
diff --git a/profile b/profile
deleted file mode 100644
index 956694c..0000000
--- a/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