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.
- Host: GitHub
- URL: https://github.com/agvxov/cd_rc
- Owner: agvxov
- Created: 2023-04-24T18:09:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T23:23:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T13:42:46.256Z (12 months ago)
- Topics: bash, bash-alias, bashrc, bashrc-configs, cd
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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