Patrick José Pereira
75663be294
'plugins/suse/suse.plugin.zsh: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
093c2cd6b6
'plugins/scala/_scala: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
1bebbbf50a
'plugins/history-substring-search/history-substring-search.zsh: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
7079e67c11
'plugins/gnu-utils/gnu-utils.plugin.zsh: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
eac098b55c
'plugins/droplr/README.md: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Marc Cornellà
97c0384169
Add more information to cask plugin README
9 years ago
Dennis Rippinger
5fa674456a
Add mvn asciidoctor commands ( #5645 )
...
* Add mvn asciidoctor commands
* Fix formatting in mvn plugin
9 years ago
Nathan Bolender
dfd296a936
Update react-native autocomplete arguments ( #5646 )
9 years ago
Jaehyun Shin
e66bf038c7
Add heroku `features` command to completion ( #5667 )
9 years ago
Mauro Porras P
c6de77ca99
Add a React Native alias, and one to start the web server ( #5711 )
...
* Add a React Native alias, and one to start the web server
* Reorganise aliases in react-native plugin
* Update README for react-native plugin:
Fix format and add a brief description
Add missing aliases in react-native plugin README
9 years ago
Geoff Lane
1ca2fe63de
Add file completion to `mix run` ( #5673 )
9 years ago
Felipe Guilherme
456341fd69
Add git alias for staging tracked files ( #5178 )
...
Although `gaa` (git add --all) is cool, it stages every file, tracked or
not, if it is not on .gitignore.
Sometimes we want to just stage everything we are working on, that is
already tracked. For that reason, 'gau' can save us some time.
9 years ago
Marc Cornellà
67dad45b38
docker: update completion (upstream 2fe62f2)
...
Closes #5683
9 years ago
Arthur
8d35fa0e2f
add dotenv plugin ( #4373 )
9 years ago
Erik Zivkovic
3b13dc07d8
gradle: extract simple task names from subproject tasks ( #5704 )
...
Currently, only tasks with complete subproject specifier are added to
.gradletasknamecache. Gradle commands can be called for all (sub-)projects
they are defined for, using their name as defined in the subproject, here
called "simple" task names. One example is "gradle clean".
This patch adds support for parsing out those "simple" task names from the list
of fully specified task names. The .gradletasknamecache file will contain
both the fully specified names, and the "simple" names for your autocompletion
pleasure.
9 years ago
Rarylson Freitas
26aae6b583
Fix (plugins debian and ubuntu): `apt-history list` using `zgrep` ( #5695 )
...
Changing from `zcat` to `zgrep` because some `zcat` implementations do not work
if the file is not compressed.
9 years ago
Thomas Paul Mann
6ee6a734c2
swift-pm: Rename plugin to 'swiftpm' ( #5674 )
9 years ago
Thomas Paul Mann
037764acc3
Add plugin for Swift Package Manager ( #5670 )
...
* Add plugin for Swift Package Manager
* swift-package-manager: Rename plugin to 'swift-pm'
9 years ago
Eduardo Bizarro
9d43dc88bb
Yarn ( https://yarnpkg.com ) completion support ( #5542 )
...
* yarn completion
9 years ago
slavaGanzin
a90527b46d
fix FETCH_LOG bug
9 years ago
slavaGanzin
41e65c0872
remove trash
9 years ago
Jason Kurian
3477ff2527
feat: no CI on WIP commits ( #5643 )
9 years ago
Marc Cornellà
62b0abdb6e
brew: fix disclaimer shown if mkdir is aliased
...
Fixes #5623 .
10 years ago
hjpotter92
fe96d19421
Update endpoint from HTTP to HTTPS ( #5622 )
10 years ago
Marc Cornellà
6685aac42c
dircycle: fix error on insert-cycledleft if dirstack is empty
10 years ago
Sachin George Thomas
cf37697920
node: open module-specific node documentation ( #5572 )
10 years ago
psprint
73591101b6
znt: Update to v2.2.7 ( #5576 )
10 years ago
Marc Cornellà
0f62b7a8d8
common-aliases: check if `$XIVIEWER` is defined and minor fixes
10 years ago
Marc Cornellà
cb26c2f614
common-aliases: minor style fixes
10 years ago
Marc Cornellà
fc4e0cd7ba
common-aliases: check if $BROWSER is defined on browser aliases
10 years ago
Marco De Bortoli
d47a722192
PHP suffix alias should be removed
...
PHP can be executed as CLI script but due to the automated attempt
to add browser support to that extension such ability is prevented
in certain circumstances.
10 years ago
slavaGanzin
41ad705f93
cut comments
10 years ago
slavaGanzin
dbee3dd9c6
1. autofetch on zle-line-init
...
2. GIT_AUTO_FETCH_INTERVAL
10 years ago
Marc Cornellà
0ee89d965e
Add brew completion missing disclaimer
10 years ago
Michał Ordon
d9695a8b00
Add more simulator aliases ( #5550 )
10 years ago
jotadrilo
b1efd04f94
add docker-compose down alias ( #5557 )
...
* add docker-compose down alias
* rename `docker-compose down` alias to `dcdn`
10 years ago
Marc Cornellà
37bf9186a0
Update docker completion (2015-10-25)
...
Closes #5568
Source:
c9fdf9abf8
10 years ago
kennyklee
5cd7ad38cb
Fix regex for optional http(s), and variable reference inside osascript.
10 years ago
Hong
a56eac7a71
Use OSTYPE instead of uname whenever possible for better speed. ( #5496 )
10 years ago
slavaGanzin
9f2977f3eb
reimplement
10 years ago
slavaGanzin
028fdf2e99
add coloring
10 years ago
Michel Filipe
3be4108d72
remove duplicate alias ( #5508 )
...
Removing one "apt-get autoremove" alias because it is duplicated.
10 years ago
Florian Boulay
cd37d19dda
Add m4a format in the common aliases plugin ( #5502 )
...
The m4a file format can be opened in the command line with mplayer
10 years ago
diego
d69f2850af
Add non 0 exit code for missing jump targets ( #5500 )
...
This allows for the user to combine the jump command with something else. In my example cd and jump are now combined like this:
```bash
jumpcd() {
jump $1 > /dev/null || cd $1
}
alias cd="jumpcd"
```
10 years ago
slavaGanzin
ac7dcdb21c
add colors
10 years ago
slavaGanzin
25fcf0c265
git-auto-fetch: README.md
10 years ago
slavaGanzin
1427fbffef
redirect output
10 years ago
slavaGanzin
a1200f5bcc
git auto fetch on change directory
10 years ago
Marc Cornellà
7f9b773350
Fix compdef commands in git plugin
...
The command `compdef command=git` returns an error in some cases, the
appropriate command is `compdef _git command`.
Fixes #5442
10 years ago
Marc Cornellà
3cc61701bd
Update per-directory-history plugin to latest version ( #5493 )
...
Latest version: February 17, 2016 - dd81201
10 years ago