| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-03 | feat(init)!: allow turning off aliases for libs and plugins (#11550) | Marc Cornellà | |
| BREAKING CHANGE: the previous zstyle setting to disable `lib/directories.zsh` aliases has been changed to the new syntax: `zstyle ':omz:lib:directories' aliases no`. See https://github.com/ohmyzsh/ohmyzsh#skip-aliases to see other ways you can use this setting. Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2023-02-24 | refactor: reorganize setopts in lib folder | Marc Cornellà | |
| 2023-02-24 | fix(lib): fix return code after expected non-zero exit code (#11524) | Marc Cornellà | |
| Fixes #11524 | |||
| 2023-02-12 | docs(lib/directories): comment how to disable alias (#11489) | Richard Mitchell | |
| 2023-02-02 | feat(directories): add config to skip aliases (#11469) | Hazael Sanchez | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2021-11-09 | style: use `-n` flag in `head` and `tail` commands (#10391) | Kevin Burke | |
| Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
| 2021-11-02 | fix(lib): fix `1` alias to `cd` to directory 1 in stack (#10370) | Richard Mitchell | |
| 2019-05-07 | init: run compinit before loading lib/ files | Marc Cornellà | |
| 2018-06-16 | Allow arguments to `d` to be passed to dirs | Ben Klein | |
| Replace the alias with a function. Call `dirs` if arguments are given to `d`. | |||
| 2018-05-25 | Remove po alias | Nathan Robinson | |
| https://github.com/robbyrussell/oh-my-zsh/issues/6761 | |||
| 2015-12-13 | Add back the `-` alias to go to the previous directory | Marc Cornellà | |
| The alias was removed in #3564. A couple of users were using it, so I'm adding it back. | |||
| 2015-02-15 | Bring back -h option to ls variants | Zhiming Wang | |
| The -h options in l, ll, and la were lost in 25b1cd6. There's no reason to remove them. | |||
| 2015-02-10 | Implement deletion of sl alias as per #3055 | Marc Cornellà | |
| 2015-02-10 | Fix a typo | LFDM | |
| 2015-02-10 | Brings all directory stuff to directories.zsh | LFDM | |
| - Cleans out aliases.zsh. - Removes unneeded cd function. | |||
| 2014-10-22 | Don't set auto_name_dirs because it messes up prompts | Marc Cornellà | |
| From http://zsh.sourceforge.net/Doc/Release/Options.html#Completion-4 > AUTO_NAME_DIRS > Any parameter that is set to the absolute name of a directory immediately > becomes a name for that directory, that will be used by the ‘%~’ and > related prompt sequences, and will be available when completion is performed > on a word starting with ‘~’. > (Otherwise, the parameter must be used in the form ‘~param’ first.) Explained in more detail in https://github.com/wayneeseguin/rvm/issues/3091#issuecomment-60083194 Related issues: https://github.com/robbyrussell/oh-my-zsh/issues/2857 https://github.com/robbyrussell/oh-my-zsh/issues/3238 https://github.com/wayneeseguin/rvm/issues/3091 | |||
| 2013-04-23 | Merge pull request #1565 from serdardalgic/autoenv-plugin | Robby Russell | |
| Add autoenv plugin, which adopts using Kenneth Reitz's autoenv. | |||
| 2013-04-23 | Merge pull request #1582 from To1ne/pushdminus | Robby Russell | |
| use pushdminus | |||
| 2013-02-04 | use pushdminus | Toon Claes | |
| 2013-01-25 | Add autoenv plugin, which adopts using Kenneth Reitz's autoenv into | Serdar Dalgıç | |
| oh-my-zsh. | |||
| 2012-12-04 | Merge pull request #1273 from ystein/master | Robby Russell | |
| Typo in cd-wrapper | |||
| 2012-12-02 | Removing mcd as it conflicts with mtools | Robby Russell | |
| 2012-08-05 | fix typo in cd-wrapper | Yannik Stein | |
| 2012-02-28 | made the 'd' alias only show the directories that can be cd'ed to using the ↵ | Alex Light | |
| number aliases | |||
| 2011-06-05 | Aliases | Andrew Hodges | |
| Modify directory listing aliases to make more sense. Remove conflicting helper function (mcd conflicts with mtools). | |||
| 2010-12-21 | Added function to mkdir and immediately change to it | Derek Prior | |
| 2009-09-23 | put everything in lib | James Cox | |
