Commit message (Collapse) | Author | ||
---|---|---|---|
2017-07-15 | .bashrc: use bold colors in PS1 | Egor Tensin | |
This way, directory names are more clearly visible in my VirtualBox Arch Linux window. | |||
2017-02-14 | PS1 update | Egor Tensin | |
2017-02-14 | PS1 update | Egor Tensin | |
2017-01-30 | export BASHOPTS | Egor Tensin | |
2017-01-24 | sed --follow-symlinks doesn't work w/ sed 4.2.2 | Egor Tensin | |
2017-01-20 | sed: --follow-symlinks | Egor Tensin | |
2017-01-20 | add common prefixes to functions in .bash_utils/ | Egor Tensin | |
2017-01-12 | define $EDITOR | Egor Tensin | |
2017-01-05 | free: --human | Egor Tensin | |
2016-12-26 | update & export PS1 | Egor Tensin | |
2016-12-25 | ssh-copy-id: -i | Egor Tensin | |
2016-12-24 | allow aliases after sudo | Egor Tensin | |
2016-12-24 | split .bashrc into os.sh, ruby.sh | Egor Tensin | |
2016-12-23 | list_packages_cygwin: skip header lines | Egor Tensin | |
2016-12-22 | add list_manually_installed_packages_ubuntu | Egor Tensin | |
2016-12-01 | code style | Egor Tensin | |
2016-12-01 | list_packages: factor out distr-specific variants | Egor Tensin | |
2016-12-01 | list_packages: package names only | Egor Tensin | |
2016-12-01 | list_packages: support Ubuntu | Egor Tensin | |
2016-12-01 | add Ubuntu detection | Egor Tensin | |
2016-11-29 | add an alias to clear the screen | Egor Tensin | |
2016-11-24 | ls: LC_COLLATE=C | Egor Tensin | |
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 | |