Commit Graph

378 Commits (9b51dc0b5fc9f1ee5af12b6d7991017e252b64ab)

Author SHA1 Message Date
LanikSJ 2cadeaab05
Add Alias for Git Stash 2019-03-28 15:12:03 -07:00
Sangeeth Sudheer 9f37a1a0d0 feat(git.aliases): alias to push current branch w/ tracking 2019-03-21 13:21:09 +05:30
Renan c61d716ee4
add git patch alias 2019-03-14 15:21:55 +01:00
Nils Winkler 67c33a6de8
Merge pull request #1316 from Niil78/patch-4
Update general.aliases.bash
2019-01-23 08:37:42 +01:00
NiilShon 34487076ba
Update general.aliases.bash 2019-01-23 00:29:11 +01:00
Kai-Ming Guo 212eb6636e
complete condition command
`test` command to check `$LS_COMMON` argument exists. and merged
the next line.
2019-01-22 17:19:35 +08:00
Kaiming Guo af1bf11748 add MSYS2 aliases
Ignore NTUSER.DAT files in Git/MSYS2 Bash.
2019-01-22 14:38:58 +08:00
LanikSJ ec088d4271
Remove Deprecated Brew Command 2019-01-08 14:01:54 -08:00
Li Zou 2bc990269a Add alias for listing untracked files 2018-12-22 15:25:08 -08:00
con-f-use 60b3572f7c
Purge `$subdirectory` leftover in docker aliases 2018-12-11 21:10:52 +01:00
con-f-use 7136604b57
Fix dependency of docker aliases on docker plugin
Some of the docker aliases use functions found in the docker plugin. If the plugin is not enabled, these aliases do not work. This commit only defines the aliases if the plugin is enabled.

Also changed: `dkelc` now creates an explicit login shell, has the synonym `dkbash` and uses no backticks. Reason: on some docker images the status as login-shell is not set automatically, which causes e.g. `/etc/bash.bashrc` and `/etc/profile` not to be loaded in these images.

Note: There should be a convenience function in `lib/helpers.bash` that checks if a plugin is available/enabled/disabled. The if-statement if rather clonky.
2018-12-10 15:03:10 +01:00
Andreas Frömer dbe4cc690f
Change default prefix to 'co'
Should resolve problem with accidental overriding global default commands like `cp`
2018-11-28 10:40:56 +01:00
icanhazstring bd0c1d92c5 Add support for composer aliases 2018-11-27 12:07:40 +01:00
Matthew Adams 6fcb32f851 rm d, dkalp & dkubu 2018-11-24 08:44:46 -06:00
Matthew Adams 1f80b11476 more aliases 2018-11-20 09:29:15 -06:00
Matthew Adams 05529dbd6b more docker aliases 2018-11-20 07:59:16 -06:00
Tony Feng 96819ba7f3 fix the phoenix mix command -> 'phoenx' to 'phx'. 2018-11-15 16:57:08 +08:00
Jason Al-Mansor 74b1fb8185 Fixing quotes around new docker aliases which cause them to execute 2018-11-01 10:45:08 -04:00
Nils Winkler 73af202a32
Merge pull request #1257 from LinkMJB/docker
Added more recently available docker cleanup commands
2018-10-31 16:13:48 +01:00
Nils Winkler c13a9f0c76
Merge pull request #1255 from LinkMJB/bolt
Added puppet bolt aliases
2018-10-31 16:12:05 +01:00
Matthew Bates f41324251f Added more recently available docker cleanup commands 2018-10-31 08:07:57 +00:00
Matthew Bates dd6d5ce687 Renamed to match convention 2018-10-31 07:55:40 +00:00
Matthew Bates c96cda1ff5 Added puppet aliases 2018-10-31 07:54:22 +00:00
Matthew Bates d41eac5db2 Added puppet bolt aliases 2018-10-31 07:42:45 +00:00
Ari Mourao 07a1499ec0 duplicated git commit -a -m entry removed 2018-10-03 11:11:51 -03:00
Ari Mourao 14b2dbde85 docker-compose up and docker exec -it aliases 2018-10-02 15:18:54 -03:00
Ari Mourao aa4e57cd67 Merge branch 'master' of https://github.com/Bash-it/bash-it 2018-10-02 10:16:56 -03:00
Claudia bdc31aa55d
Remove alias for `brew cask search`
In Homebrew (the upstream project), `brew cask search` was merged into `brew search` a few months ago [1].

On 2018-09-30, `brew cask search` will be disabled altogether [2].

Since the output of `brew cask search` used to be subject to change at any time and was never meant to be parsed, scripts should not rely on the `bcsr` alias. So I figure it may not hurt to remove the `bcsr` alias from Bash-it before that deadline.

[1]: https://github.com/Homebrew/brew/pull/4316

[2]: 990dd7de86
2018-09-04 07:25:28 +02:00
Semyon Gashchenko 52945d37c2 Add mvn package aliases 2018-08-26 00:13:48 +03:00
Jeremy Mathevet 0960c1b26c kubectl aliases 2018-08-06 09:06:57 +01:00
Jason Yu cfab5eeac5
Update git.aliases.bash 2018-05-01 09:53:15 +01:00
Nils Winkler 6cf96b8f24
Merge pull request #1156 from ycmjason/patch-1
Added alias that only list top level modules
2018-03-23 08:38:34 +01:00
Jason Yu f1aa5a7ac9
Update npm.aliases.bash 2018-03-20 07:53:49 +00:00
Michy Amrane 794ff103c7
another alias ^^ 2018-03-13 21:55:48 +01:00
Jason Yu cb78300820
Update npm.aliases.bash 2018-03-08 18:41:02 +00:00
Jason Yu fff19e4003
Added alias that only list top level modules
Credits to our mighty Evan You (creator of Vue.js) @yyx990803

https://gist.github.com/yyx990803/6045243
2018-03-05 13:24:13 +00:00
Nils Winkler c46b72d8d6
Merge pull request #1155 from LanikSJ/master
Change Vault Auth to Login
2018-03-05 10:46:58 +01:00
LanikSJ 3c7982d0de
Change Vault Auth to Login 2018-03-03 13:00:08 -08:00
Eudaimonstro 9e9978033c Breaking up alias declarations into their own lines so that bash-it help aliases will register them 2018-03-02 19:05:00 -08:00
Michy Amrane dd6f158bab
new yarn aliases
'yarn global add' as 'yaga'
'yarn serve' as 'yas'
2018-03-01 15:13:29 +01:00
Ari Mourao 55179e1996 Merge remote-tracking branch 'upstream/master' 2018-01-08 15:36:46 +00:00
Dan Wendorf a35c9473f8 Add git `gh` alias to go "home" (top-level dir) 2017-12-14 10:48:05 -08:00
Arunvel Sriram 3adc77ab41 Set alias irc to 'irc' if IRC_CLIENT is not set 2017-12-13 10:19:04 +05:30
Nils Winkler b0b27a7809
Merge pull request #1105 from sharils/patch-1
Make dkrmui work in Mac
2017-12-12 07:13:46 +01:00
Nils Winkler ca8ae9c767
Fixed case statement
I've combined the `darwin` (macOS) and BSD cases into one case.
2017-12-12 07:12:00 +01:00
sharils 803a57749d Add bsd support 2017-12-11 22:11:46 +08:00
sharils 3863a6b2ea
Make backward compatible 2017-12-08 21:10:11 +08:00
Jason Yu e5743a299c
Remove duplicating alias
Opps, I overlook the file! XD, sorry.
2017-12-08 09:23:01 +00:00
sharils 003fccc8e3
Make dkrmui work in Mac and BSD 2017-12-07 21:15:19 +08:00
Jason Yu 62e4108af3
Update git.aliases.bash 2017-12-07 11:07:21 +00:00
LanikSJ 7ec5fc633f
Fix yarn ls alias 2017-11-27 11:23:43 -08:00
Andreas Halemba f4b4840162 Alias laravel using /Users/andreas variable instead of /home/andreas. 2017-11-26 16:19:08 +01:00
Nils Winkler 6382701a1f Merge pull request #1034 from Piterden/patch-1
Create pyrocms.aliases.bash
2017-09-14 08:55:53 +02:00
Rodrigo Lanza 058de1d7c9 Common misspelling for going up one directory 2017-09-13 05:56:12 +02:00
Denis Efremov 80d592e305 Create pyrocms.aliases.bash 2017-09-12 01:27:06 +03:00
Andreas Frömer 3f2edd7ba8 Propose new alias for git branch deletion
This will add two new aliases for `git` to remove a branch.
There is an old alias `gdel` which is not named well because all "branch wise" aliases start with `gb`

So i added two new to delete the branch
`gbd` to remove fully merged branches with upstream
`gbD` to force remove a branch
2017-08-17 09:17:12 +02:00
ari.mourao 6e6a7a7196 Merge remote-tracking branch 'upstream/master' 2017-08-05 16:19:49 +00:00
memoryleakno1 43082a6cc5 Added aliases for easier systemd use. 2017-08-03 15:37:21 +02:00
Nils Winkler be077be3f5 Merge pull request #986 from rodtreweek/patch-r
Request to add some additonal aliases that I have found useful
2017-06-29 09:22:14 +02:00
Rod Treweek 7b5c0ec6fd
Removing vigen alias 2017-06-28 15:47:28 -07:00
Rod Treweek 0e5b872512
Fixing up Vagrant and general alias files 2017-06-28 14:53:14 -07:00
David Sharp 48f04159e0 general.aliases: Run `which gshuf` in if condition
If .bashrc is sourced while `set -e` is set, and `gshuf` is not installed,
then running `which gshuf` will cause the shell to error and exit.
Running `which gshuf` during an if condition will capture the error.
2017-06-26 14:50:23 -07:00
Rod Treweek 6eada49d9d cleaning things up a bit for merge 2017-06-26 13:00:13 -07:00
Rod Treweek 1ff2dd7c59 Add stuff (#7)
* Added aliases for vagrant, bash-it, and homesick

* added aliases

* Add new feature (#6)

* alias additions

* Adding powerline-r theme

* Adding Vagrant aliases
2017-06-26 12:39:49 -07:00
Rod Treweek 15177a20d4
Add new feature (#6)
* alias additions

* Adding powerline-r theme
2017-06-26 12:07:30 -07:00
Rod Treweek b5ee4dec60
added aliases 2017-06-26 12:07:30 -07:00
Rod Treweek f873ecb948
Added aliases for vagrant, bash-it, and homesick 2017-06-26 12:07:30 -07:00
Nils Winkler 0d9a0987d9 Fixed missing quotes around $BASH_IT variable
This should fix most issues where Bash-it is installed in a directory
containing spaces.
2017-06-24 17:31:30 +02:00
Álvaro Brey f6629e8343
aliases: git: change 'gw' to 'gwc' to avoid collision with gradle plugin
* 'gw' is currently aliased to 'git whatchanged' but that collides
  with the gradle wrapper plugin, which defines a 'gw' function.
2017-05-22 10:18:15 +02:00
Ari Mourao 3e5889a348 Merge remote-tracking branch 'upstream/master' 2017-04-19 13:41:15 -03:00
Ari Mourao d376c47bf3 Added alias to 'git commit -a -m' 2017-04-19 13:30:41 -03:00
Andreas Frömer f5b83c2d8c Rename git alias to better reflect name convention
This will rename the previous alias `gmv` to `gbm` to better reflect the naming as it will rename the branch not move a file.
Also introduce `gmv` as an alias for `git mv` to move files.
2017-04-11 18:41:13 +02:00
Jeremy Nicklas 2a29f6ba59 simplify git diff alias
Fixes https://github.com/Bash-it/bash-it/issues/921
2017-03-21 06:53:09 -04:00
con-f-use 43a63965ee Alias and complete common misspellings of bash-it 2017-03-17 20:29:02 +01:00
Nils Winkler 5858fcdbdd Merge pull request #916 from LanikSJ/git-update
Adding more git aliases
2017-03-14 08:03:32 +01:00
LanikSJ fb95a13410
Removing conflicting alias 2017-03-13 09:24:32 -07:00
Andreas Frömer 3679bc2e5b Add alias gmv
This will enable the ability to rename a branch using bash-it git alias
2017-03-13 13:36:53 +01:00
LanikSJ 007adac0fd
Adding more git aliases 2017-03-10 11:38:40 -08:00
Dylan Semler 20a49e6393 Add plugin and alias for cleaning docker assets 2017-02-15 07:00:42 -05:00
Nils Winkler 32c27c2a0c Merge pull request #903 from alu0100823295/patch-1
Update npm.aliases.bash
2017-02-12 10:18:46 +01:00
Frederick Stark d39dd88fd3 fix sublime text alias 2017-02-12 11:52:21 +11:00
Jorge Aguiar Martín fd8b98fb24 Update npm.aliases.bash
### Changed the 'npm uninstall --save-dev' alias because it was the same as 'npm update'
* alias nud='npm uninstall --save-dev' --> alias nusd='npm uninstall --save-dev'
2017-02-09 23:57:01 +00:00
Andreas Frömer 6a0eb8cf03 Add 'git rm' alias 'grm' 2017-02-06 11:49:18 +01:00
Ilan Erenstein ec5c317d15 Remove bcup alias 2017-01-12 15:45:44 -08:00
Nils Winkler 707f2aac93 Added check for grep color option
Closes #643 and closes #884
2017-01-09 18:13:10 +01:00
Nils Winkler c64dd0a44d Fixing `ls` alias definition
Closes #819 and closes #643
2017-01-09 18:13:10 +01:00
Nils Winkler 99bf5f09ad Moved grep alias to general aliases 2017-01-09 18:13:10 +01:00
Maik Ellerbrock bbb3afcf39
fix(fix): rename a duplicate alias 2016-12-15 00:12:49 +01:00
Maik Ellerbrock df126f3a64
feat(bash): add yarn aliases 2016-12-14 21:53:35 +01:00
Peter Benjamin 2e5fd5b21d A few more git aliases 2016-12-07 00:10:40 -08:00
Peter Benjamin 325e9be942 Add git aliases 2016-12-06 23:24:04 -08:00
Ilan Erenstein f5813f9c56 Change aliases for vault to remove conflict 2016-11-07 07:47:23 -08:00
Ilan Erenstein 5a48ef8e68 Add vault common aliases 2016-11-06 08:21:22 -08:00
jason 1208ad71ed adding new curl alais to show only headers on a GET request 2016-11-01 16:24:38 -05:00
Ilan Erenstein a1a32f61f3 Remove trailing space 2016-10-13 07:52:06 -07:00
Ilan Erenstein 02923a41c5 Fixing bcup alias as per Brew note 2016-10-13 07:46:17 -07:00
Jack Letourneau 92f6af52bb Use --cleanup on upgrade in Homebrew “bupc” alias. 2016-08-30 10:27:05 -04:00
Joe Giralt dbc9922ae5 Added phoenix aliases 2016-08-12 17:04:36 -04:00
Breno Oliveira dos Santos 221200ca29 Changins on laravel alias 2016-08-04 22:14:32 -03:00
Breno Oliveira dos Santos 3bf415cfbe Changed the laravel alias a:controller to php artisan make:controller 2016-08-04 21:49:18 -03:00
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