This commit is contained in:
anon 2023-03-19 03:45:47 +01:00
parent 7d31e5593b
commit 631e641139

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# cd_rc
Bundle of Bash functions and aliases to enhance directory changing.
## What does it do?
Overrides ***cd*** with ***pushd*** and automatically calls ***dirs*** whenever appropriate.
## List of changed/added commands
+ mkdircd (mkdir & cd)
+ cdu (cd up N times)
+ cdh (cd home)
+ cd
+ dirs
+ popd
## Installation
- move wherever and ***source***
or
- copy the file contents to your *bashrc*
## Further reading
$ help pushd
$ help popd
$ help dirs