-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_profile
More file actions
20 lines (16 loc) · 873 Bytes
/
Copy pathdot_profile
File metadata and controls
20 lines (16 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#-------------------------------------------------------------------------------
# ~/.profile
#-------------------------------------------------------------------------------
# (1) Everything must be compatible with any /bin/sh (bash, dash, ksh, etc.)
# (2) While ~/.profile can be loaded by Bash under the right circumstances my
# intention is for my .profile to contain "minimal and clean" configuration
# for non-Bash bourne shells such as dash
# (3) Because of (2), this ~/.profile is not sourced from .bash_profile
#-------------------------------------------------------------------------------
# Just because this is the time zone I'm probably going to be thinking in
export TZ='America/Kentucky/Louisville'
# Doesn't have to be completely Spartan, just minimal and well considered
export PAGER=less
export LESS='-SRXF'
# TEMPTATIONS
# Setting LC_ALL=C