aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME% (unfollow)
Commit message (Collapse)Author
2018-05-05mysql.sh: `mysql --no-auto-rehash`Egor Tensin
It's too slow over slow connections for huge databases otherwise.
2018-04-11.bashrc: add date aliasesEgor Tensin
2018-04-11mysql.sh: support $MYSQL_DATABASEEgor Tensin
2018-04-05add mysql.shEgor Tensin
2018-03-22.gitconfig: add alias.fixupEgor Tensin
2018-03-22htoprc: auto-updated for some reasonEgor Tensin
2017-12-18top: add CPU usageEgor Tensin
2017-12-12add top & htop configsEgor Tensin
2017-12-06.gitconfig: add --skip-worktree aliasesEgor Tensin
2017-12-01.gitconfig: install LFSEgor Tensin
2017-12-01os.sh: support FedoraEgor Tensin
Also, OS detection has been reworked a bit.
2017-11-29renamed the repoEgor Tensin
2017-11-29.bashrc: .bash_aliases -> .bashrc_workEgor Tensin
2017-11-18Sublime Text 3: tabs instead of spacesEgor Tensin
2017-10-26.gitconfig: include ~/.gitconfig_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-10-01path_add: prependEgor Tensin
2017-09-22Sublime Text 3: don't auto-complete bracesEgor Tensin
Also, make sure files end with \n.
2017-09-14Sublime Text 3: larger fonts in tabs and sidebarEgor Tensin
2017-09-13add Sublime Text settingsEgor Tensin
Another import from windows-home after switching to Linux full-time.
2017-09-04runc*: finally merged runc & runcxx!Egor Tensin
2017-09-04runc*: put flags after source filesEgor Tensin
Weirdly, GCC _really_ likes it that way.
2017-09-04runc*: support -L w/ relative pathsEgor Tensin
2017-09-02.gitconfig: add comment to alias.xxEgor Tensin
2017-09-02add .ghci and .stack/config.yamlEgor Tensin
I no longer do Haskell on Windows only, yay!
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-25os.sh: support Linux MintEgor Tensin
2017-08-24runc*: support -I w/ relative pathsEgor Tensin
2017-08-23.vimrc: better colors + highlight current lineEgor Tensin
2017-08-22add .screenrcEgor Tensin
2017-08-22.bashrc: add xclip aliasEgor Tensin
2017-08-22.gitconfig: group aliasesEgor Tensin
2017-08-22.gitconfig: remove alias.wdiffEgor Tensin
2017-08-22.gitconfig: remove custom KDiff3 settingsEgor Tensin
It's supported by git anyway. The only inconvinience is that I'll have to confirm a mergetool every time there's a conflict, but meh.
2017-08-22.gitconfig: core.autocrlf = falseEgor Tensin
Because seriously, what the hell. Watch your newlines!
2017-08-22.profile: fix on Linux MintEgor Tensin
2017-08-07branch_fixup_comitter_dates: an alias nowEgor Tensin
2017-08-07*_eol_normalized: don't clean workdirEgor Tensin
2017-08-07repo_branches: an alias nowEgor Tensin
2017-07-16code styleEgor 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-07-10sums_add_distr: add *.img, *.tar filesEgor Tensin
2017-06-02branch_fixup_committer_dates: --forceEgor Tensin
2017-06-01add branch_fixup_committer_dateEgor Tensin
This routine sets every commit's "commit date" to its "author date". It's really useful for me, given the amount of history rewriting I do routinely.
2017-06-01git.sh: refactoringEgor Tensin
Rename functions to better reflect their scopes. Like, whether a routine applies to a branch or to a whole repository.