This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
Updated: Just use qutebrowser (and disable javascript). The web is done for.
To remove a submodule you need to:
| #!/bin/zsh -f | |
| # This is the successor to settab and settitle functions (as well as the chpwd function). | |
| # It avoids the explicit definition and use of special functions such as | |
| # chpwd, precmd, preexec, instead setting appropriate arrays. This is to prevent conflicts | |
| # with user's prompt functions and so forth. | |
| # This is designed to put by default the computer name and whole directory path | |
| # into the title bar (and if availble) the $PWD and penultimate directory | |
| # in the tab. Also enables transient display of a running command (eg vim). |