aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc (unfollow)
Commit message (Collapse)Author
2018-06-04move ssh-related stuff to ssh.shEgor Tensin
spawn_ssh_agent no longer creates ~/.ssh_agent.sh, because in cron jobs it's pretty useless actually, since they are typically run when I'm not connected via ssh.
2018-05-31.bashrc: don't export PS1Egor Tensin
dash (and possibly other shells) inherit this one and break.
2018-05-14.bashrc: add a comment to the sudo aliasEgor Tensin
2018-05-14.gitconfig: move alias.fixup to a separate scriptEgor Tensin
2018-04-11.bashrc: add date aliasesEgor Tensin
2018-04-05add mysql.shEgor Tensin
2017-11-29.bashrc: .bash_aliases -> .bashrc_workEgor Tensin
2017-10-04don't source files twiceEgor Tensin
2017-10-04.bashrc: source optional .bash_aliasesEgor Tensin
2017-10-01move PYTHONSTARTUP to python.shEgor Tensin
2017-10-01add python.shEgor Tensin
This is a stupid way to add your user's pip binary directory to $PATH.
2017-09-02.bashrc: don't export SHELLOPTS, BASHOPTSEgor Tensin
2017-08-31.bashrc: set +o histexpandEgor Tensin
2017-08-25.bashrc: add stty hackEgor Tensin
2017-08-22.bashrc: add xclip aliasEgor Tensin
2017-07-15.bashrc: use bold colors in PS1Egor Tensin
This way, directory names are more clearly visible in my VirtualBox Arch Linux window.
2017-02-14PS1 updateEgor Tensin
2017-02-14PS1 updateEgor Tensin
2017-01-30export BASHOPTSEgor Tensin
2017-01-24sed --follow-symlinks doesn't work w/ sed 4.2.2Egor Tensin
2017-01-20sed: --follow-symlinksEgor Tensin
2017-01-20add common prefixes to functions in .bash_utils/Egor Tensin
2017-01-12define $EDITOREgor Tensin
2017-01-05free: --humanEgor Tensin
2016-12-26update & export PS1Egor Tensin
2016-12-25ssh-copy-id: -iEgor Tensin
2016-12-24allow aliases after sudoEgor Tensin
2016-12-24split .bashrc into os.sh, ruby.shEgor Tensin
2016-12-23list_packages_cygwin: skip header linesEgor Tensin
2016-12-22add list_manually_installed_packages_ubuntuEgor Tensin
2016-12-01code styleEgor Tensin
2016-12-01list_packages: factor out distr-specific variantsEgor Tensin
2016-12-01list_packages: package names onlyEgor Tensin
2016-12-01list_packages: support UbuntuEgor Tensin
2016-12-01add Ubuntu detectionEgor Tensin
2016-11-29add an alias to clear the screenEgor Tensin
2016-11-24ls: LC_COLLATE=CEgor Tensin
2016-11-17don't set -o nounsetEgor Tensin
2016-11-16less: --ignore-caseEgor Tensin
2016-11-08rename MinGW-w64 aliasesEgor Tensin
2016-11-08add MinGW-w64 aliasesEgor Tensin
2016-11-05bugfix & code styleEgor Tensin
2016-11-04update_ruby_settings: code styleEgor Tensin
2016-11-04update_ruby_settings: fix Ruby directory pathsEgor Tensin
2016-10-29disable bash completion on UbuntuEgor Tensin
It doesn't work well with either `nounset` or `nullglob`.
2016-10-29bugfix & code styleEgor Tensin
2016-10-28remove more dead code from bash dotfilesEgor Tensin
2016-10-27.bashrc: remove dead code + configure RubyEgor Tensin
2016-10-17.bashrc: source files from $HOME, not cwdEgor Tensin
2016-10-14.bashrc: code styleEgor Tensin