aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (follow)
Commit message (Collapse)AuthorAge
* bugfixEgor Tensin2017-01-15
|
* add branch_eol_normalizedEgor Tensin2017-01-15
| | | | | * repo_line_endings_are_normalized -> repo_eol_normalized * repo_eol_normalized checks every branch.
* add repo_line_endings_are_normalizedEgor Tensin2017-01-15
|
* remove .curlrcEgor Tensin2017-01-14
| | | | It was nearly useless anyway.
* define $EDITOREgor Tensin2017-01-12
|
* add str_ends_withEgor Tensin2017-01-08
|
* free: --humanEgor Tensin2017-01-05
|
* update & export PS1Egor Tensin2016-12-26
|
* ssh-copy-id: -iEgor Tensin2016-12-25
|
* .ssh/config: HashKnownHosts noEgor Tensin2016-12-25
|
* allow aliases after sudoEgor Tensin2016-12-24
|
* split .bashrc into os.sh, ruby.shEgor Tensin2016-12-24
|
* .gitconfig: core.autocrlf = inputEgor Tensin2016-12-24
| | | | I just can't make up my mind.
* list_packages_cygwin: skip header linesEgor Tensin2016-12-23
|
* add list_manually_installed_packages_ubuntuEgor Tensin2016-12-22
|
* .vimrc: set nowrapEgor Tensin2016-12-20
|
* code styleEgor Tensin2016-12-01
|
* list_packages: factor out distr-specific variantsEgor Tensin2016-12-01
|
* list_packages: package names onlyEgor Tensin2016-12-01
|
* list_packages: support UbuntuEgor Tensin2016-12-01
|
* add Ubuntu detectionEgor Tensin2016-12-01
|
* add an alias to clear the screenEgor Tensin2016-11-29
|
* sums_update_all: bugfixEgor Tensin2016-11-27
|
* sums_update_all: exclude sha1sums.txtEgor Tensin2016-11-26
|
* add sums_update_allEgor Tensin2016-11-26
|
* .gemrc: --no-documentEgor Tensin2016-11-26
|
* ls: LC_COLLATE=CEgor Tensin2016-11-24
|
* add str_invert_matchEgor Tensin2016-11-22
|
* refactoringEgor Tensin2016-11-20
|
* don't set -o nounsetEgor Tensin2016-11-17
|
* less: --ignore-caseEgor Tensin2016-11-16
|
* text.sh: update function interfacesEgor Tensin2016-11-13
|
* rename MinGW-w64 aliasesEgor Tensin2016-11-08
|
* add MinGW-w64 aliasesEgor Tensin2016-11-08
|
* add str_replaceEgor Tensin2016-11-07
|
* bugfixEgor Tensin2016-11-07
|
* bugfix & code styleEgor Tensin2016-11-07
|
* list_repo_*: replace with simple aliasesEgor Tensin2016-11-07
|
* bugfix & code styleEgor Tensin2016-11-07
| | | | Add missing '--'s, make arrays and nounset play well, etc.
* sums_update: bugfixEgor Tensin2016-11-07
|
* code styleEgor Tensin2016-11-07
|
* distr.sh: prefix with sums_ & add usage messagesEgor Tensin2016-11-07
|
* bugfix & code styleEgor Tensin2016-11-05
|
* update_ruby_settings: code styleEgor Tensin2016-11-04
|
* add_missing_path: preserve orderEgor Tensin2016-11-04
|
* update_ruby_settings: fix Ruby directory pathsEgor Tensin2016-11-04
|
* runc*: interface updateEgor Tensin2016-11-01
|
* .inputrc: set show-all-if-unmodified onEgor Tensin2016-10-30
|
* spawn_ssh_agent: call on UbuntuEgor Tensin2016-10-29
|
* disable bash completion on UbuntuEgor Tensin2016-10-29
| | | | It doesn't work well with either `nounset` or `nullglob`.