index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
directories.zsh
Age
Commit message (
Expand
)
Author
2023-04-03
feat(init)!: allow turning off aliases for libs and plugins (#11550)
Marc Cornellà
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à
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
2021-11-09
style: use `-n` flag in `head` and `tail` commands (#10391)
Kevin Burke
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
2018-05-25
Remove po alias
Nathan Robinson
2015-12-13
Add back the `-` alias to go to the previous directory
Marc Cornellà
2015-02-15
Bring back -h option to ls variants
Zhiming Wang
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
2014-10-22
Don't set auto_name_dirs because it messes up prompts
Marc Cornellà
2013-04-23
Merge pull request #1565 from serdardalgic/autoenv-plugin
Robby Russell
2013-04-23
Merge pull request #1582 from To1ne/pushdminus
Robby Russell
2013-02-04
use pushdminus
Toon Claes
2013-01-25
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv into
Serdar Dalgıç
2012-12-04
Merge pull request #1273 from ystein/master
Robby Russell
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 n...
Alex Light
2011-06-05
Aliases
Andrew Hodges
2010-12-21
Added function to mkdir and immediately change to it
Derek Prior
2009-09-23
put everything in lib
James Cox