sveneh
2c86ecc7da
improved version of open file in new tab
2016-07-14 23:30:26 +02:00
sveneh
d05c88a23b
new name for alias, will break functionality of original gvim command
...
otherwise
2016-07-14 23:30:26 +02:00
Nils Winkler
03600e0da1
Added docker-compose plugin
...
Only function so far: docker-compose-fresh, which shuts down a running
docker-compose instance, deletes the containers, and starts up fresh
instances, then tails the container logs.
Converted this from an alias to a function so that a parameter can be
provided for the name of the docker-compose.yaml file name.
2016-07-06 08:24:48 +02:00
Forrest Sill
482703e754
Add `gap` alias for `git add -p`
...
- Useful for seeing your changes before committing
Signed-off-by: Lyle Franklin <lfranklin@pivotal.io>
2016-07-05 11:36:22 -07:00
ravenhall
110828b3c5
Added convenience aliases for curl
2016-05-10 15:37:34 -05:00
Zhao Han
ab1f44c3b7
Merge pull request #1 from umhan35/master
...
Update osx.aliases.bash
2016-04-11 20:44:58 -05:00
Zhao Han
833ae57c9a
Add ggui (git gui) to git.aliases.bash
2016-04-11 20:39:23 -05:00
Zhao Han
fb88e70213
Update osx.aliases.bash
2016-04-11 20:28:04 -05:00
Nils Winkler
2eedb137fd
Added aliases for docker-compose
2016-03-04 10:06:10 +01:00
Eduardo Bellido Bellido
ff28aeb8c6
Merge pull request #665 from edubxb/git-aliases
...
Update some git aliases
2016-02-19 00:29:54 +01:00
Joan Leon
35c2be1e96
Added npm aliases
2016-02-16 23:57:29 +01:00
Eduardo Bellido Bellido
c34cd9b7ec
Update some git aliases
2016-02-12 01:29:40 +01:00
Eduardo Bellido Bellido
304406b503
Remove unnecessary double quotes in alias
2016-02-04 00:11:59 +01:00
James Cuzella
a742959058
Adding comments to summarize less arguments
2016-01-11 12:09:04 -07:00
James Cuzella
544ba1ca57
Adding alias for sane default options to "ag" ("the silver searcher" a fast grep / ack alternative)
2016-01-08 17:34:49 -07:00
Edward Freeman
eec0aa6e9c
fixed brew cask aliases
...
they removed the - from their CLI
2016-01-05 16:58:54 -08:00
gbanks
567b19333f
Add alias for apm install
2015-12-17 12:53:58 -07:00
Georg Ogris
7abde2fdcf
no sudo for apt-cache
2015-11-05 13:47:35 +01:00
luispcosta
6591784ca2
Merge branch 'python_alias'
2015-10-28 12:33:37 +00:00
luispcosta
7352c748de
Defined section for typical programming languages aliases. Added python and ipython aliases
2015-10-28 12:33:07 +00:00
Eduardo Bellido Bellido
6d453fe1e4
Make git gg alias more readable
2015-10-22 23:52:14 +02:00
Eduardo Bellido Bellido
bea8beca6f
Add new git aliases
2015-10-22 23:51:42 +02:00
luispcosta
1f5f2e246c
Fixed back general aliases
2015-10-22 11:42:40 +01:00
luispcosta
a9ca1ae3fb
Added new git push origin master
2015-10-22 11:30:37 +01:00
Nils Winkler
b28f8517c4
Merge pull request #581 from JrGoodle/git-fetch-alias
...
Add `gf` alias for fetching all and pruning
2015-09-29 09:09:31 +02:00
joe DeCapo
94d37939e5
Add `gf` alias for fetching all and pruning
2015-09-29 01:41:56 -05:00
Nick Twyman
79d4d84c5c
Addresses duplicate emacs alias use of 'et'. See Issue #578
2015-09-26 16:49:34 -07:00
Reto Haeberli
858b6e9589
Apt and dpkg aliases for Ubuntu and Debian distros.
2015-09-06 13:49:50 +02:00
Daniel Vergeylen
0fb33e457e
Added 'catt' alias, which displays file content or folder content, according to file type.
2015-08-05 11:09:14 +02:00
joe DeCapo
6b38a470fc
Add 'gsu' alias for updating git submodules
...
Updates and initializes submodules recursively
2015-06-29 00:48:38 -05:00
Nils Winkler
c97b74e15d
Merge branch 'homebrew-edit-alias' of https://github.com/jawshooah/bash-it into jawshooah-homebrew-edit-alias
2015-06-18 08:27:10 +02:00
Nils Winkler
205f046cae
Merge pull request #508 from jawshooah/homebrew-cask-aliases
...
Add separate aliases plugin for Homebrew-cask
2015-06-18 08:22:19 +02:00
Josh Hagins
0a0fc0d6b6
Add 'bcl' alias for 'brew cleanup'
2015-06-17 11:56:52 -04:00
Josh Hagins
e460f6add9
Add 'bed' alias for 'brew edit'
2015-06-17 11:55:27 -04:00
Josh Hagins
327843b1bf
Add separate aliases plugin for Homebrew-cask
2015-06-17 11:47:21 -04:00
Josh Hagins
46b3890585
Add 'bupc' alias for Homebrew
2015-06-17 11:38:37 -04:00
jitakirin
b8011d1534
Fix dklcip alias
...
Due to use of double-quotes ``docker ps`` was executed when the aliases
were loaded and as a consequence ``dklcip`` would always show IP of a
container that was last then instead of at runtime.
This changes the alias to use single quotes which fixes that.
It also changes the alias to use docker's ``--format`` option so
there's no need of parsing the output using grep and cut.
2015-06-17 15:26:06 +01:00
Nils Winkler
de9736445a
Added apmup alias
2015-06-11 07:10:52 +01:00
Nils Winkler
a20b19bc21
Added aliases for Atom.io editor
2015-06-03 08:05:06 +02:00
jitakirin
76faf90f90
Fix dkrmui alias (delete untagged images)
...
The docker images subcommand was returning all columns due to unescaped
'$3' in awk filter. This was throwing a lot of errors as rmi tried to
remove non-existent images.
In any case docker images has a flag to filter and only show dangling
image IDs which makes this simpler.
2015-05-26 10:25:56 +01:00
Nils Winkler
6e31db4bd8
Merge pull request #489 from TCMiranda/tmux-aliases
...
My personal tmux aliases
2015-05-25 16:48:56 +02:00
Tiago Carvalho Miranda
26290954b2
Removed linux only validation
2015-05-25 09:31:06 -03:00
Nils Winkler
8050b5bde4
Merge pull request #487 from mimoralea/emacs-alias
...
Add Emacs alias for terminal
2015-05-25 10:23:12 +02:00
Tiago Carvalho Miranda
68fa2cf9d2
my tmux personal aliases
2015-05-24 22:06:03 -03:00
Miguel Morales
c14f94dc9c
Add emacs terminal alias
2015-05-24 18:06:48 -05:00
Tiago Carvalho Miranda
4252199eda
Adding emacs daemon and emacsclient -t aliases for emacs-nox users
2015-05-14 18:45:00 -03:00
Kevin S. Clarke
74244236cd
Fix startup error with docker alias
2015-05-12 22:23:55 -04:00
Kevin S. Clarke
a259645603
Add vagrant up log alias
2015-05-12 13:48:22 -04:00
Nils Winkler
d0d6780a2f
Merge pull request #461 from rnijveld/patch-1
...
Homebrew upgrade command wants --all flag
2015-04-27 08:52:25 +02:00
Nils Winkler
1da435f9a6
Added aliases for nvbn/thefuck
...
https://github.com/nvbn/thefuck
2015-04-27 08:22:11 +02:00
Ruben Nijveld
f4a77e8e18
Homebrew upgrade command wants --all flag
...
Homebrew currently gives a warning about how this flag will be required in the future, as merged in Homebrew/homebrew#38572
2015-04-27 00:32:53 +02:00
Miguel Morales
29c8e572c1
Remove darwin from the case
2015-04-09 10:34:04 -05:00
Miguel Morales
0ddf972d99
Add aliases to copy to and paste from clipboard on the terminal for linux environments; analogous to pbpaste and pbcopy on Mac
2015-04-07 15:50:52 -05:00
Sean Henderson
56e15245a5
Add osx aliases for quicklook, volume, say.
2015-03-17 01:13:45 +02:00
Andrew Noonan
332e648758
fix uninstall typo
2015-03-11 10:22:28 -07:00
Andrew Noonan
9fd4ef16b3
add support for brew-cask commands
2015-03-10 18:26:59 -07:00
Kevin S. Clarke
ef0f7ebc42
Updated undescores to dashes and added new alias
2015-01-27 15:20:21 -05:00
Kevin S. Clarke
ed79936529
Added Docker aliases and functions
2015-01-22 10:23:00 -05:00
Tiago Bastos
1d7336766c
Fix $OSTYPE variable
...
Bash variables are case sensitive.
2014-12-26 13:03:23 -03:00
Conrado Buhrer
fa107fc3d7
fixed: reverted vim alias
2014-12-15 15:14:51 -02:00
Conrado Buhrer
021905f036
added non-invasive vim aliases #381
2014-12-15 08:08:55 -02:00
Nils Winkler
c904cb7d42
Added alias for copying the last command to the OS X clipboard.
...
Use `copyLastCmd` to copy the last executed command to the clipboard.
2014-10-30 14:31:55 +01:00
Nils Winkler
ac44da78fb
Merge pull request #351 from nwinkler/git-aliases
...
Added two useful git aliases found here:
2014-10-30 14:17:12 +01:00
Conrado Buhrer
8e28a63019
added: ansible aliases
2014-10-28 11:40:45 -02:00
Conrado Buhrer
d209b9aee2
added: vim aliases
2014-10-28 11:39:50 -02:00
Omer Katz
a094f417f0
Merge pull request #300 from philipjohn/svn
...
SVN aliases (starter)
2014-10-28 12:31:20 +02:00
Nils Winkler
add708509d
Added two useful git aliases found here:
...
http://blogs.atlassian.com/2014/10/advanced-git-aliases/
2014-10-23 11:37:58 +02:00
Greg Nofi
6f1e045d5b
Fix exit code check when setting alias for gshuf.
2014-09-18 10:20:44 -04:00
Travis Swicegood
e10539bb6b
Merge pull request #326 from johnnynia/fix_rails_aliases
...
Fix double assigned alias
2014-08-28 17:45:43 -07:00
Nils Werner
edb350cccc
Simplify dsclean alias
2014-08-27 11:07:09 +02:00
Johnny Nia
5016510092
Fix double assigned alias rd.
2014-08-13 23:41:09 +02:00
Hossein Sekhavat
d4c340b008
Remove redundant arguments and replace 'sudoedit' with 'sudo -e' to be Mac-compatible
2014-08-08 18:55:48 +04:30
Hossein Sekhavat
a19e1cdb4b
Add alias 'E' for sudo-editing with emacsclient
...
More description available at http://emacs-fu.blogspot.com/2011/12/system-administration-with-emacs.html
2014-08-08 18:20:43 +04:30
Travis Swicegood
d62551348a
Merge pull request #313 from crloscstillo/hidden_files
...
Show/hide hidden files on osx aliases.
2014-07-14 17:16:06 -05:00
Carlos C
2ec31bdcbb
Added line ending
...
Added line ending to osx.aliases.bash file
2014-07-14 17:02:57 -05:00
Carlos C
6f96354c31
Added a new line at the end of file
...
Added a new line at the end of ‘laravel.aliases.bash’ file
2014-07-14 16:41:30 -05:00
Carlos C
e1b44cbcda
Show/hide hidden files on osx aliases.
2014-07-12 11:12:51 -05:00
Carlos C
ac54417ff1
Laravel aliases
...
Adde a list of all artisan commands for the larval php framework.
2014-07-12 10:15:30 -05:00
Bob Breznak
c4907dd94c
Add support for opening Mou ( http://mouapp.com )
2014-06-24 00:19:38 -04:00
philipjohn
9f6ae19960
Create svn.aliases.bash
2014-06-05 09:29:14 +01:00
cceleri
1e46824a87
Update osx.aliases.bash
...
Fixed skype typo.
2014-04-24 11:21:05 -04:00
Charles Celerier
3dd866383f
osx.aliases: Added Skype alias.
2014-04-23 19:41:17 -04:00
John A. Barbuto
910b77c5a2
Added git tag aliases
...
http://stackoverflow.com/questions/14273531/how-to-sort-git-tags
2014-03-27 18:21:33 -07:00
Vaibhav Mishra
1a4f8140ff
Fixed Alias for XCode under OSX
2013-11-28 22:53:37 +05:30
Travis Swicegood
814b4bc53a
Merge pull request #241 from jimmynotjim/vagrant-aliases
...
Added aliases for Vagrant
2013-11-27 10:16:29 -08:00
jimmynotjim
5d22da957b
Added new aliases and plugins for git
2013-11-27 11:26:50 -05:00
jimmynotjim
c398c9ee06
Added aliases for Vagrant
2013-11-26 22:47:48 -05:00
Nils Winkler
85314e395c
Added first version of git-svn aliases
2013-11-14 15:42:19 +01:00
Tarjei Husøy
ce5bb3d6eb
Fix typo in general.aliases.bash.
2013-05-01 21:33:52 +03:00
Travis Swicegood
ad41c5cdc5
Merge pull request #190 from spauka/master
...
Use ls --color=auto
2013-04-24 05:57:51 -07:00
Travis Swicegood
b8ff0094b8
Merge remote-tracking branch 'markrickert/master'
...
Conflicts:
aliases/available/git.aliases.bash
2013-04-24 07:54:33 -05:00
Travis Swicegood
7eebd5d7b2
Merge pull request #191 from fizerkhan/master
...
Jitsu aliases
2013-04-23 20:21:10 -07:00
Mark Rickert
8be156fc8b
Added some awesome git aliases for statistics, history, and seeing what changed.
2013-04-09 09:15:48 -04:00
Mark Rickert
0cfec65383
Added OSX utility shortcuts
...
.DS_Store cleaner (recursive)
See who's connected to your itunes library
Flush dns cache.
2013-04-09 09:14:40 -04:00
Robbie Clutton
e9c9049b22
'git pull --rebase' alias
2013-03-10 09:05:36 +00:00
Fizer Khan
f2dcd4e759
Added Jitsu aliases.
2013-03-09 12:39:52 +05:30
Sebastian Pauka
1d1c57265c
Fixed ls alias to use --color=auto instead of --color=always.
2013-03-07 10:19:08 +11:00
Travis Swicegood
8c4ea4f598
Add ability to override using $EDITOR
2012-11-15 10:24:01 -06:00
Greg Nofi
20b3d43c4b
Git Aliases: Remove duplicate darwin clause/add default clause for git diff.
2012-11-15 10:15:42 -05:00
Jeraimee Hughes
8682843b06
Added fh (Finder Here) alias for OS X
2012-08-01 14:03:09 -04:00
Erich Smith
19cca368a5
Merge pull request #144 from nwinkler/bash-it-osx-growl
...
Growl notification for OS X commands
2012-07-31 17:30:34 -07:00
Nils Winkler
fd29ff14dd
Added comment for grnot.
2012-06-25 12:21:43 +02:00
Nils Winkler
6ce8a3ee9a
Added alias for Growl notification, can be used like the following to notify once the long running process (make in this example) is done:
...
$ make install ; grnot
2012-06-25 12:21:43 +02:00
Erich Smith
17aaa9ce24
add alias metadata, remove help()
2012-05-22 09:57:25 +02:00
Nils Winkler
f71be20247
Changed meta info resolution to look for data based on the type, e.g. about-plugin, about-alias, about-completion.
2012-05-21 15:52:03 +02:00
Nils Winkler
1f558e2550
Extended enable/disable and describe functionality to work for aliases and completions as well.
2012-05-21 13:24:49 +02:00
Eitan Adler
3fc60b5358
Fix bogus bash binary location
2012-04-17 00:24:58 -04:00
Travis Swicegood
b3c4219124
Merge remote-tracking branch 'rjorgenson/master'
2012-03-13 07:35:30 -07:00
Nils Winkler
54d7a4e9a6
Added aliases for Maven
2012-02-07 14:31:33 +01:00
rjorgenson
f0bceecb88
added error suppression to tree alias
...
the $(which tree) check general.aliases would ouput an error if the
command was not found. Added suppression of that error.
2011-11-29 23:45:25 -07:00
Martin Westin
8a46e195d6
Bundler aliases "inspired by" OhMyZsh
2011-08-29 08:22:19 +02:00
Mark Szymanski
70e4c1ced0
Merge branch 'master' of github.com:revans/bash-it
2011-08-12 16:31:18 -05:00
Mark Szymanski
ba8fde85eb
Make gshuf alias checker work on other bash versions
2011-08-12 16:30:55 -05:00
Antono Vasiljev
380a4a6c0e
Alias for textmate only on darwin*
2011-08-12 04:12:07 +03:00
Antono Vasiljev
89da5f9cec
general.aliases.bash: use native tree if [ -x ] ....
2011-08-12 04:11:16 +03:00
Antono Vasiljev
818e687790
Detect OS in emacs.aliases.bash
2011-08-12 04:07:12 +03:00
Mark Szymanski
e964c029aa
Add alias for shuf -> gshuf
2011-08-10 18:49:07 -05:00
Mark Szymanski
5af99be158
Get rid of old jekyll aliases
2011-06-24 17:45:13 -05:00
David DeSandro
4a8e08e783
Revert "Add various aliases"
...
This reverts commit 3ef689f29a .
2011-06-20 16:13:59 -04:00
David DeSandro
11b5955161
Revert "move garb into git plugins; rename newpost as jknewpost"
...
This reverts commit d22a4cfa70 .
2011-06-20 16:13:34 -04:00
David DeSandro
d22a4cfa70
move garb into git plugins; rename newpost as jknewpost
2011-06-17 11:01:18 -04:00
David DeSandro
3ef689f29a
Add various aliases
2011-06-17 10:57:31 -04:00
Mark Szymanski
80e734f3e0
Added Homebrew aliases to the available aliases
2011-06-13 11:45:24 -05:00
Travis Swicegood
ef42010c7b
Make all aliases optional (a la plugins)
...
This continues a pattern that was introduced in ffa45b0 and refined
further in later commits. This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
2011-06-12 19:47:17 -05:00
Mark Szymanski
b7a0cb6133
Added Homebrew aliases
2011-06-05 20:45:53 -05:00
Mark Szymanski
81b82a80d2
Fix an idiot mistake I made
2011-06-03 07:36:31 -05:00
Mark Szymanski
5e95755a19
Add another alias for clear and add some more aliases to alias-help
2011-06-02 20:29:16 -05:00
Joshua Nussbaum
ccf4951d17
Added alias for rake db:migrate
2011-05-27 23:59:33 -07:00
Daniel Engel
e56c71a002
Added 'tonka' prompt, and personal color scheme.
...
Added 'dirs' plugin, dor directory stack navigation.
2011-03-14 20:36:25 -04:00
Mark Szymanski
9a6e841805
Added alias, ripped off from oh-my-zsh
2011-02-19 20:48:03 -06:00
Mark Szymanski
b4d773441b
Added 'hex' alias to open file with Hex Fiend
2011-01-20 11:05:50 -06:00
Mark Szymanski
1c1444f4b2
Added 'textedit' alias
2011-01-19 16:15:24 -06:00
Mark Szymanski
2c988b85bd
Removed old code and added better indentation
2011-01-01 18:07:49 -06:00
Robert R Evans
b1df1ab0fe
Merge
2010-12-28 09:15:31 -08:00
Robert R Evans
4418698a34
Updated readme to use githubs contributor list
2010-12-28 09:14:38 -08:00
Mark Szymanski
c505dcfbbd
Added documentation for 'gll' git alias.
2010-12-28 10:39:04 -06:00
Florian Baumann
36438fe680
added awesome graphical git log alias
2010-12-28 13:00:44 +01:00
Mark Szymanski
6ffba72087
Added aliases for ruby (rb) and git commit --interactive (gci)
2010-12-20 18:08:01 -06:00
John Schulz
61cb7a71dd
Merge remote branch 'upstream/master'
2010-11-23 13:05:38 -05:00
Mark Szymanski
7b1312002f
Changed 'cd's to 'builtin cd's, because I have a modified cd command (cd then ls) and it can get annoying when using the Jekyll aliases.
2010-11-13 10:21:59 -06:00
John Schulz
760cc8be63
Add `gmu` (git merge upstream) alias
...
* Pull in `origin` & `upstream` and merge them into `upstream/master`
from http://www.gitready.com/intermediate/2009/02/12/easily-fetching-upstream-changes.html
2010-11-11 12:45:32 -05:00
Robert R Evans
044a116fcd
fixing an argument error
2010-11-02 13:45:21 -07:00
Mark Szymanski
ea84e4b7a6
Got rid of old "newpost" alias to make way for the "newpost" function.
2010-11-01 20:49:07 -05:00
Mark Szymanski
db5a47eb68
Syntax Fixes
2010-11-01 20:06:57 -05:00
Mark Szymanski
689afd9b3d
Added check for vim in newpost too.
2010-11-01 20:05:33 -05:00
Mark Szymanski
0097a1e3a8
Added check to see if user is using vim with newentry alias.
2010-11-01 20:04:28 -05:00
Mark Szymanski
afbda09a5f
Changed names of pager and editor aliases to page and edit, respectively.
2010-11-01 17:03:10 -05:00
Mark Szymanski
3511e9e269
Added help for some more aliases
2010-10-31 15:30:53 -05:00
Mark Szymanski
32bbc80069
Added help for todo.txt-cli aliases.
2010-10-31 15:28:06 -05:00
Mark Szymanski
0e23e82185
Added todo.txt-cli aliases
2010-10-31 10:05:10 -05:00
Mark Szymanski
cc8c867bc1
Fixed a habitual mistake in using == instead of = for comparison.
2010-10-30 15:29:26 -05:00
Mark Szymanski
e127dd0f1a
Added check for Linux to make ls with colors work
2010-10-30 14:54:19 -05:00
Mark Szymanski
2f9752f49b
added irc alias
2010-10-25 17:50:55 -05:00
Robert R Evans
6496f9cf2b
Merge branch 'master' of github.com:revans/bash-it
2010-10-25 09:51:39 -07:00
Robert R Evans
f62e241c2a
Updated emacs alias.
2010-10-25 09:51:22 -07:00
Mark Szymanski
a308e771e5
Added l1 alias for ls -1
2010-10-25 08:44:47 -05:00
Mark Szymanski
5ec52df28a
Added git alias: gss=git status -s
2010-10-24 08:57:01 -05:00
Mark Szymanski
21820276fb
Fixed a stupid mistake in using percent signs instead of ampersands
2010-10-23 11:10:37 -05:00
Mark Szymanski
c92a5f23f3
Added jekyll aliases
2010-10-23 10:57:31 -05:00
Mark Szymanski
e7dd619ba6
Added editor and pager alias to open your $EDITOR or $PAGER, respectively.
2010-10-21 16:18:05 -05:00
Mark Szymanski
6360f47409
Changed ex alias for exit to q, turns ex is the command for entering vim's ex mode.
2010-10-19 15:49:57 -05:00
Mark Szymanski
0463117e52
Added alias piano="pianobar" to general.aliases.bash.
2010-10-18 21:08:55 -05:00
Mark Szymanski
123c3be698
Moved mkcd function from aliases/general.aliases.bash to plugins/base.plugins.bash
2010-10-18 18:24:15 -05:00
Mark Szymanski
45c1cb9cc2
Fixed problem that could have occured in the mkdcd command
...
with directories containing spaces
2010-10-17 21:16:14 -05:00
Mark Szymanski
39248d498a
Added ex alias to exit
2010-10-17 20:34:16 -05:00
Mark Szymanski
af3c571473
Added mkcd alias, creates a directory and automatically cd's
...
into it
2010-10-17 20:32:05 -05:00
Mark Szymanski
46ba431f2a
Fixed chrome alias for Mac OS X
2010-10-17 10:01:15 -05:00
Mark Szymanski
479bdf2000
Added alias for 'git clone' (gcl)
2010-10-15 22:20:43 -05:00
Robert R Evans
3737f052ff
Started adding mercurial aliases.
2010-10-15 08:11:54 -07:00
Mark Szymanski
13abb34b64
Fixed typo
2010-10-14 14:50:58 -05:00
Mark Szymanski
686ac9c756
Added documentation for added git aliases (get, ga, and gall)
2010-10-14 14:50:06 -05:00
Robert R Evans
e2505ee022
Added another git alias
2010-10-13 08:45:12 -07:00
Robert R Evans
6f3498465a
added new emacs alias
2010-10-12 14:12:46 -07:00
Robert R Evans
b110de49b9
Added another alias for git.
2010-10-12 08:37:17 -07:00
Mark Szymanski
56a14b27cb
Added osx aliases for chrome and chromium
2010-10-11 20:43:53 -05:00
Robert R Evans
22d9179ff7
Add "add_ssh" to add a new ssh host to the ~/.ssh/config file.
2010-10-10 09:45:32 -07:00
Robert R Evans
2010f011f8
Made a lot of changes: no more functions directory. All aliases have been moved to the new alias directory. Plugins are now for functions only. Updated the README to reflect the changes and add a contributor's list.
2010-10-10 09:24:19 -07:00