Your Latest Workflow Improvement - Desktop Customization & Workflow
Users browsing this thread: 24 Guest(s)
|
|||
Recently I replaced the cd builtin with a function. The path given to the function can be a directory, or a regular file (in which case it's considered the directory in which it resides). So, if I do `cd path/to/file.txt` is the same as `cd path/to`.
The function also sets the completion for the `make` command to the Makefile in the current directory. It also combines the popd and pushd functionalities (which my shell doesn't have). If an argument is given, it is interpreted as follows.
|
|||