forked from nbargnesi/bash-environment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
77 lines (60 loc) · 2.37 KB
/
ChangeLog
File metadata and controls
77 lines (60 loc) · 2.37 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
commit 589123a7b7a1f149d1f741cd99ac853f1bdb028d
Author: Nick Bargnesi <nick@den-4.com>
Date: Wed Jun 4 14:11:00 2014 -0400
improve local-git-* workflows
Make the current directory a git repository:
local-git-init
Find the git repository for the current directory:
local-git-dir
Remove the current directory's git repository:
local-git-destroy
env/bash_functions | 43 +++++++++++++++++++++++++++++++++++++++----
1 file changed, 39 insertions(+), 4 deletions(-)
commit 4cc4426e476a704196618b6384b9ca5d6133ecc6
Author: Nick Bargnesi <nick@den-4.com>
Date: Tue May 27 22:56:48 2014 -0400
add cjoin, tjoin splitting functions
env/bash_functions | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
commit d420ef3a0861161431ab96a91c5333198f23feef
Author: Nick Bargnesi <nick@den-4.com>
Date: Wed May 7 15:34:32 2014 -0400
add RubyGems bin paths to PATH
env/bash_exports | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
commit 5c8060bd5f88c6357e2ae4f2a0d41c032c58e0f6
Author: Nick Bargnesi <nick@den-4.com>
Date: Wed May 7 15:21:11 2014 -0400
bump copyright years
README.rst | 2 +-
env/bash_aliases | 2 +-
env/bash_bindings | 2 +-
env/bash_colors | 2 +-
env/bash_exports | 2 +-
env/bash_functions | 2 +-
env/bash_profile | 2 +-
env/bash_theme_oxygenna | 2 +-
env/bash_theme_ssh | 2 +-
env/bash_theme_tty | 2 +-
env/bashrc | 2 +-
install.sh | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
commit 970bf9ce82ce744da297b0c99c8127a054a28027
Author: Nick Bargnesi <nbargnesi@selventa.com>
Date: Thu Nov 14 07:10:20 2013 -0500
import from Bitbucket nbargnesi/bash-environment
COPYING | 674 ++++++++++++++++++++++++++++++++++++++++++++++++
ChangeLog | 212 +++++++++++++++
README.rst | 39 +++
env/bash_aliases | 99 +++++++
env/bash_bindings | 63 +++++
env/bash_colors | 276 ++++++++++++++++++++
env/bash_exports | 26 ++
env/bash_functions | 317 +++++++++++++++++++++++
env/bash_profile | 20 ++
env/bash_theme_oxygenna | 15 ++
env/bash_theme_ssh | 15 ++
env/bash_theme_tty | 15 ++
env/bashrc | 77 ++++++
install.sh | 52 ++++
14 files changed, 1900 insertions(+)