- 23 Feb, 2015 1 commit
-
-
uberspot authored
-
- 22 Feb, 2015 4 commits
-
-
Robby Russell authored
Removing say() function in perl plugin so that it doesn't overwrite OSX comand line utility. Closes #2562
-
Robby Russell authored
-
Robby Russell authored
-
Brian Derr authored
-
- 20 Feb, 2015 1 commit
-
-
Murilo Opsfelder Araujo authored
If a user sets ZSH_THEME_HG_PROMPT_* as the following, he ends up with %{$reset_color%} resetting the bold style of last character ")" because _SUFFIX was expanded before calling hg_dirty(): ZSH_THEME_HG_PROMPT_PREFIX="%{$fg_bold[blue]%}hg:(%{$fg[white]%}" ZSH_THEME_HG_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_HG_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" ZSH_THEME_HG_PROMPT_CLEAN="%{$fg[blue]%})" With this patch, the variable ZSH_THEME_HG_PROMPT_SUFFIX is lastly displayed, following the same order as in git_prompt_info(), i.e. <prefix><dirty><suffix>.
-
- 19 Feb, 2015 5 commits
-
-
Brian Derr authored
-
nextgenthemes authored
-
nextgenthemes authored
-
Craig Paterson authored
-
wajdi authored
-
- 18 Feb, 2015 2 commits
-
-
Daniel Campoverde [alx741] authored
Allow ctrl-h, ctrl-?, ctrl-w after changes in normal mode.
-
Daniel Campoverde [alx741] authored
Allow ctrl-p, ctrl-n for history navigation while in insert mode.
-
- 17 Feb, 2015 5 commits
-
-
nextgenthemes authored
-
nextgenthemes authored
-
nextgenthemes authored
-
nextgenthemes authored
* Easy to remember aliases * Simplified * Added aar() function for `sudo apt-add-repository xxxx && apt-get upgrade && apt-get install xxxx`
-
nextgenthemes authored
-
- 16 Feb, 2015 3 commits
-
-
Oleg Voronkovich authored
-
Karsten Kosmala authored
-
pi0 authored
-
- 15 Feb, 2015 2 commits
-
-
Alexandros Giouzenis authored
Tmuxinator start command can be ommited Fix #2812
-
Miguel Vaello Martínez authored
This is a bunch of alias for the JHBuild tool. A well known tool in the GNOME dev project.
-
- 13 Feb, 2015 3 commits
-
-
Marc Cornellà authored
This is done by calling `_task` at the end of the _task completion file, as is standard in completion files.
-
ctroncoso authored
docker container autocomplete listing uses containers ID instead of names. Most users identify their containers by name. ID is only needed and used on a dynamic environment more suited in scripts.
-
James Womack authored
-
- 11 Feb, 2015 1 commit
-
-
Ashley Valent authored
cab is a wrapper for ghc-pkg and cabal that provides some nice features like listing outdated packages. See https://hackage.haskell.org/package/cab for more details on the cab program.
-
- 10 Feb, 2015 13 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Brandon Sandrowicz authored
Ubuntu and Debian store the system-installed virtualenvwrapper in /etc/bash_completion.d/virtualenvwrapper, so that it gets automatically sourced at startup in Bash. By not putting it somewhere in $PATH, they end up excluding others (e.g. Zsh) that might want to use that file. Oops! The virtualenvwrapper plugin should account for this so that Ubuntu (or Debian) users don't end up with this message: zsh virtualenvwrapper plugin: Cannot find virtualenvwrapper.sh. Please install with `pip install virtualenvwrapper`. even when they have a virtualenvwrapper installed to a known location.
-
Marc Cornellà authored
This is because we can't be sure which arguments require a json file and which don't, so the `else' statement will always be difficult to check for correctness.
-
Maxime Fabre authored
-
Andrey Janzen authored
Use $_comp_command1 for command list generation instead of 'composer': `$_comp_command1` contains the command written in the command line. This allows us to have a different composer name
-
Julien Pepy authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-