Commit Graph

238 Commits (fff19e40038d1bf7c09fa02b04b6cea64980fec2)

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