Commit Graph

175 Commits (af96da5d11bccb16923694fd68cda557200882db)

Author SHA1 Message Date
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