An open API service indexing awesome lists of open source software.

https://github.com/agvxov/cd_rc

Bundle of Bash functions and aliases to enhance directory changing.
https://github.com/agvxov/cd_rc

bash bash-alias bashrc bashrc-configs cd

Last synced: 10 months ago
JSON representation

Bundle of Bash functions and aliases to enhance directory changing.

Awesome Lists containing this project

README

          

# 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.

![](demo.png)

## List of changed/added commands
+ mkdircd (mkdir & cd)
+ cdu (cd up N times)
+ cdh (cd home)
+ cd
+ dirs
+ popd

## Ways to install
- move wherever and ***source***
- copy the file contents to your *bashrc*

## Further reading
$ help pushd
$ help popd
$ help dirs