2024-02-20 00:21:37 +01:00
2024-01-14 13:52:01 +01:00
2024-02-20 00:21:37 +01:00
2024-01-14 13:46:50 +01:00

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
Description
No description provided
Readme 52 KiB
Languages
Shell 100%