summaryrefslogtreecommitdiff
path: root/lib/directories.zsh
AgeCommit message (Collapse)Author
2023-04-03feat(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-24refactor: reorganize setopts in lib folderMarc Cornellà
2023-02-24fix(lib): fix return code after expected non-zero exit code (#11524)Marc Cornellà
Fixes #11524
2023-02-12docs(lib/directories): comment how to disable alias (#11489)Richard Mitchell
2023-02-02feat(directories): add config to skip aliases (#11469)Hazael Sanchez
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2021-11-09style: use `-n` flag in `head` and `tail` commands (#10391)Kevin Burke
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-11-02fix(lib): fix `1` alias to `cd` to directory 1 in stack (#10370)Richard Mitchell
2019-05-07init: run compinit before loading lib/ filesMarc Cornellà
2018-06-16Allow arguments to `d` to be passed to dirsBen Klein
Replace the alias with a function. Call `dirs` if arguments are given to `d`.
2018-05-25Remove po aliasNathan Robinson
https://github.com/robbyrussell/oh-my-zsh/issues/6761
2015-12-13Add back the `-` alias to go to the previous directoryMarc Cornellà
The alias was removed in #3564. A couple of users were using it, so I'm adding it back.
2015-02-15Bring back -h option to ls variantsZhiming Wang
The -h options in l, ll, and la were lost in 25b1cd6. There's no reason to remove them.
2015-02-10Implement deletion of sl alias as per #3055Marc Cornellà
2015-02-10Fix a typoLFDM
2015-02-10Brings all directory stuff to directories.zshLFDM
- Cleans out aliases.zsh. - Removes unneeded cd function.
2014-10-22Don't set auto_name_dirs because it messes up promptsMarc 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-23Merge pull request #1565 from serdardalgic/autoenv-pluginRobby Russell
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv.
2013-04-23Merge pull request #1582 from To1ne/pushdminusRobby Russell
use pushdminus
2013-02-04use pushdminusToon Claes
2013-01-25Add autoenv plugin, which adopts using Kenneth Reitz's autoenv intoSerdar Dalgıç
oh-my-zsh.
2012-12-04Merge pull request #1273 from ystein/masterRobby Russell
Typo in cd-wrapper
2012-12-02Removing mcd as it conflicts with mtoolsRobby Russell
2012-08-05fix typo in cd-wrapperYannik Stein
2012-02-28made the 'd' alias only show the directories that can be cd'ed to using the ↵Alex Light
number aliases
2011-06-05AliasesAndrew Hodges
Modify directory listing aliases to make more sense. Remove conflicting helper function (mcd conflicts with mtools).
2010-12-21Added function to mkdir and immediately change to itDerek Prior
2009-09-23put everything in libJames Cox