Changeset 56 for trunk/bundle
- Timestamp:
- Dec 18, 2011, 11:02:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bundle/bundle.bash
r55 r56 1 1 function bundle { 2 2 local ext=$(basename ${SHELL}) 3 local folder="${HOME}/.config/bundle/ bundle.d /etc/bundle/bundle.d"3 local folder="${HOME}/.config/bundle/source.d /etc/bundle/source.d" 4 4 5 5 case "$1" in … … 96 96 =head1 SYNOPSIS 97 97 98 bundle list98 bundle avail 99 99 100 100 bundle load bundle-file 101 101 bundle unload 102 bundle list 102 103 103 104 bundle source 105 106 bundle status 104 107 105 108 bundle help … … 108 111 109 112 C<bundle> can load a new environment in current shell 110 or l aod it in a sub-shell.113 or load it in a sub-shell. 111 114 112 115
Note: See TracChangeset
for help on using the changeset viewer.