Commit Graph

148 Commits (658cfb7d6e2cb54c20c6cce0eff5b794fab6a07d)

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