summaryrefslogtreecommitdiff
path: root/bash
Commit message (Collapse)AuthorAge
* bashrc: set the xterm/rxvt terminal window titleAnton Khirnov2021-11-16
|
* bash: disregard unalias errorsAnton Khirnov2021-07-02
|
* bashrc: unalias identifiers before declaring them as functionsAnton Khirnov2021-07-02
| | | | | On some systems, those identifiers are aliased in system-wide rc files, so declaring them as functions fails.
* Add shortcuts for head/tail.Anton Khirnov2021-06-09
|
* bash: comment a functionAnton Khirnov2021-06-09
|
* bashrc: convert ls aliases to functionsAnton Khirnov2021-06-09
| | | | This allows them to be used as parameters to other functions.
* bash: add script for loading custom completionsAnton Khirnov2021-03-27
|
* bash: split up(s) into their own executablesAnton Khirnov2021-01-12
| | | | Makes them easier to call from scripts.
* profile: move uploader functions to bashrcAnton Khirnov2021-01-07
| | | | | Functions from profile are not inherited by bash, so it makes no sense to put them in profile.
* bashrc: add more aliasesAnton Khirnov2020-11-25
|
* bashrc: add a function for "cd n dirs up"Anton Khirnov2020-11-25
|
* Add a bash prompt notification for dirty/outdated dotfiles.Anton Khirnov2020-11-24
|
* bashrc: read machine-local configAnton Khirnov2020-11-18
|
* prompt: tweak git prompt variablesAnton Khirnov2020-11-02
|
* Add profile+bashrcAnton Khirnov2020-11-02