aboutsummaryrefslogtreecommitdiff
path: root/public/.profile
blob: 0f2670d07c4cbd67671bc7a8d6dfe92432bbb42c (plain)
1
2
3
4
5
6
7
8
9
10
# ~/.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 running bash
[ -n "$BASH_VERSION" ] && [ -f "$HOME/.bashrc" ] && source "$HOME/.bashrc"