Commit message (Collapse) | Author | ||
---|---|---|---|
2016-11-17 | don't set -o nounset | Egor Tensin | |
2016-11-16 | less: --ignore-case | Egor Tensin | |
2016-11-08 | rename MinGW-w64 aliases | Egor Tensin | |
2016-11-08 | add MinGW-w64 aliases | Egor Tensin | |
2016-11-05 | bugfix & code style | Egor Tensin | |
2016-11-04 | update_ruby_settings: code style | Egor Tensin | |
2016-11-04 | update_ruby_settings: fix Ruby directory paths | Egor Tensin | |
2016-10-29 | disable bash completion on Ubuntu | Egor Tensin | |
It doesn't work well with either `nounset` or `nullglob`. | |||
2016-10-29 | bugfix & code style | Egor Tensin | |
2016-10-28 | remove more dead code from bash dotfiles | Egor Tensin | |
2016-10-27 | .bashrc: remove dead code + configure Ruby | Egor Tensin | |
2016-10-17 | .bashrc: source files from $HOME, not cwd | Egor Tensin | |
2016-10-14 | .bashrc: code style | Egor Tensin | |
2016-10-06 | mustn't be a repository anymore | Egor Tensin | |
2016-09-21 | .bashrc: source file.sh | Egor Tensin | |
2016-08-18 | .bashrc: leave the upstream part intact | Egor Tensin | |
2016-08-17 | tree: -a | Egor Tensin | |
2016-08-17 | move .bashrc_* to .bash_utils/ | Egor Tensin | |
2016-08-14 | export PYTHONSTARTUP | Egor Tensin | |
2016-08-14 | don't export SHELLOPTS | Egor Tensin | |
Turns out, `nounset` breaks a lot of code. Who would've thought! | |||
2016-08-14 | export SHELLOPTS | Egor Tensin | |
2016-07-29 | shopt -s dotglob | Egor Tensin | |
2016-07-27 | .bashrc_pgn: export to another project | Egor Tensin | |
2016-07-26 | split .bashrc into multiple files | Egor Tensin | |
2016-07-22 | add append_pgn, join_pgns | Egor Tensin | |
2016-07-21 | add slice_pgn_moves, normalize_pgn | Egor Tensin | |
2016-07-18 | code style | Egor Tensin | |
2016-07-18 | runc*: add command line options | Egor Tensin | |
2016-07-14 | merge upstream bash-related dotfiles | Egor Tensin | |
2016-07-13 | split .bashrc into multiple files | Egor Tensin | |
2016-07-13 | add ensure_symlinks_enabled | Egor Tensin | |
2016-07-13 | add ghci.conf | Egor Tensin | |
2016-07-08 | ls: -l -A | Egor Tensin | |
2016-07-06 | add strip_pgn_clk | Egor Tensin | |
2016-07-02 | add .pythonrc | Egor Tensin | |
2016-06-15 | ls: don't "classify" files | Egor Tensin | |
2016-06-13 | code style | Egor Tensin | |
2016-06-13 | add runc/runcpp functions | Egor Tensin | |
2016-06-11 | trimbom8 -> trimbom | Egor Tensin | |
2016-06-11 | refactoring | Egor Tensin | |
Another round of renaming things. | |||
2016-06-11 | refactoring | Egor Tensin | |
2016-06-07 | shopt -s nocaseglob | Egor Tensin | |
2016-06-07 | backup_repo: refactoring | Egor Tensin | |
2016-06-07 | bugfix | Egor Tensin | |
2016-06-07 | add Sublime Text 3 settings | Egor Tensin | |
* .bashrc: shopt -s nullglob * .bashrc: errexit error handling | |||
2016-06-06 | add ltrim_utf8_bom | Egor Tensin | |
2016-05-25 | add line endings conversion aliases (using sed) | Egor Tensin | |
2016-05-10 | refactoring | Egor Tensin | |
2016-05-08 | list_dirs: skip . + absolute paths | Egor Tensin | |
2016-05-08 | refactoring | Egor Tensin | |
* Rename most of variables/functions in .bashrc. * Accept backup directory in backup_repo. |