forked from nottrobin/system-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bashrc
More file actions
21 lines (18 loc) · 793 Bytes
/
.bashrc
File metadata and controls
21 lines (18 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# .bashrc
# This gets loaded whenever a new shell is instantiated
##
# Load in some useful bash functions
##
source `dirname ${BASH_SOURCE[0]}`/.git-prompt.sh
source `dirname ${BASH_SOURCE[0]}`/.bash_functions.sh
# Run some bash functions
##
set_vars # Add my custom bash variables
set_bash_completion # Make sure tab completion is turned on
set_path # Add my custom locations to $PATH
set_svn_path # Add the SVNPATH
set_aliases # Add custom aliases
start_byobu # Run byobu whenever a terminal is created
prompt_standard # Setup prompt colours
hub_alias # If "hub" is installed, alias it to "git"
virtualenvwrapperconfig # Setup python's virtualenvwrapper config