Commit Graph
22 Commits
Author SHA1 Message Date
LFDMandMarc Cornellà 4b4292a496 Fix a typo 2015-02-10 19:22:39 +01:00
LFDMandMarc Cornellà 724143c329 Deletes dot aliases from common-aliases.
They are implemented in lib anyway.
2015-02-10 19:22:39 +01:00
LFDMandMarc Cornellà 83c4e06206 Moves a bindkey call from misc to key-bindings. 2015-02-10 19:22:39 +01:00
LFDMandMarc Cornellà 101149b1ae Moves remaining aliases to misc and deletes file.
There were only three aliases left in aliases.zsh
File deleted!
2015-02-10 19:22:39 +01:00
LFDMandMarc Cornellà d33b0aae91 Refactors history alias and moves it.
More compact case statement instead of the ugly if elif... else
statement. Moves it to history.zsh
2015-02-10 19:22:39 +01:00
LFDMandMarc Cornellà ace98846ea Pushes autoenv code to its plugin.
Sources the activate.sh file or informs the user, that its not
available.
Overriding the cd function, as it was formerly done, is not needed
anymore, activate.sh does this by itself.
2015-02-10 19:22:38 +01:00
LFDMandMarc Cornellà 25b1cd687b Brings all directory stuff to directories.zsh
- Cleans out aliases.zsh.
- Removes unneeded cd function.
2015-02-10 19:22:38 +01:00
LFDMandPhil Eichinger 94a5cc5c63 Updates spectrum.zsh 2014-03-25 16:47:58 +01:00
LFDM a6671919ab Fixes _rails_command
Changes precedence of the conditional clause, more recent versions come
first now. Fixes problems when users update their app and still have
the old rails files inside of their file tree.
Closes #2405 - check the discussion there for further info.
2014-01-10 22:52:18 +01:00
LFDM b0b79e0aba No need to eval in rvm_prompt_info!
Just activate word-splitting.
2014-01-07 19:08:20 +01:00
LFDM 8bf8e1ecf9 Heavy refactor of svn-fast-info 2014-01-07 10:07:02 +01:00
LFDM 2d6d9d525f Fixes RPROMPT in af-magic.zsh-theme 2014-01-06 09:59:50 +01:00
LFDM 85fde31991 Renames the file to prompt_info_functions.zsh 2014-01-06 09:58:40 +01:00
LFDM 082607c165 Adds documentation. 2014-01-06 09:57:23 +01:00
LFDM 72392a2c27 Adds all other dummy implementations. 2014-01-06 09:57:09 +01:00
LFDM 6a40557a8b Updates spectrum.zsh 2013-12-31 14:54:34 +01:00
LFDM c6aacf611d Refactors ruby_prompts.zsh 2013-12-31 02:45:09 +01:00
LFDM 8a887c5052 Joins ruby prompt files and adds ruby_prompt_info. 2013-12-31 02:11:02 +01:00
LFDM 7aa766168c Adds chruby_prompt_info dummy function. 2013-12-31 01:44:51 +01:00
LFDM ae6ded5ad7 Returns false when rbenv is not found. 2013-12-31 01:15:35 +01:00
LFDM 468b24a8d5 Returns false when rvm is not found. 2013-12-31 01:06:14 +01:00
LFDM bbbff94cca Fixes rvm_prompt_info() in lib/rvm.zsh 2013-12-31 00:35:57 +01:00