+README
This commit is contained in:
parent
7d31e5593b
commit
631e641139
23
README.md
Normal file
23
README.md
Normal 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
|
Loading…
x
Reference in New Issue
Block a user