-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.profile
42 lines (36 loc) · 2.25 KB
/
.profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ========================================================================= #
# = ,, = #
# = `7MM = #
# = MM = #
# = ,pP"Ybd MMpMMMb. = #
# = 8I `" MM MM = #
# = `YMMMa. MM MM = #
# = L. I8 MM MM = #
# = M9mmmP'.JMML JMML. = #
# = = #
# = A configuration file for shells that use the Bourne shell = #
# = configuration standard. = #
# ========================================================================= #
# ========================================================================= #
# = Locale/ TZ settings = #
# ========================================================================= #
LC_CTYPE=en_US.UTF-8
TZ=America/New_York
# ========================================================================= #
# = PATH configuration = #
# ========================================================================= #
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
# PATH for things that I've personally installed. Put them first.
PATH=/home/ben/anaconda3/bin:$PATH
# ========================================================================= #
# = Default applications/appsettings = #
# ========================================================================= #
EDITOR=ne
VISUAL=$EDITOR
PAGER=most
BROWSER=firefox
MANWIDTH=80
# ========================================================================= #
# = Final export = #
# ========================================================================= #
export LC_CTYPE TZ PATH XDG_DATA_HOME EDITOR VISUAL PAGER BROWSER MANWIDTH