forked from fnichol/bashrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bashrc.local.site
33 lines (26 loc) · 1.09 KB
/
bashrc.local.site
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
#---------------------------------------------------------------
# Local (system) bashrc File
#---------------------------------------------------------------
# Skip this config if we aren't in bash
[[ -n "${BASH_VERSION}" ]] || return
#---------------------------------------------------------------
# Set Global Environment Variables
#---------------------------------------------------------------
#---------------------------------------------------------------
# Set Host Prompt Color
#---------------------------------------------------------------
# The following color keywords are permitted:
#
# Normal colors
# black red green yellow blue magenta cyan white default
#
# Emphasized (bolded) colors
# eblack ered egreen eyellow eblue emagenta ecyan ewhite
#---------------------------------------------------------------
#PROMPT_COLOR=
# If you want a different prompt color when logged in over SSH
#REMOTE_PROMPT_COLOR=
#---------------------------------------------------------------
# Host ssh aliases
#---------------------------------------------------------------
#alias host="ssh host.domain.com"