summary refs log tree commit diff
path: root/home/.shrc (follow)
Commit message (Expand)AuthorAge
* Switch from 1sh to dashJune McEnroe2020-12-23
* Switch gr alias back to git rebaseJune McEnroe2020-10-27
* Allow cd host: to cd to same path over sshJune McEnroe2020-10-27
* Use SendEnv for cd host:pathJune McEnroe2020-10-27
* Allow cd host:path over sshJune McEnroe2020-10-27
* Actually fix nvim and doas presence testsJune McEnroe2020-07-18
* Fix doas checkJune McEnroe2020-06-16
* Add LC_COLLATE=C to ls aliasJune McEnroe2020-06-16
* Alias sudo=doas if availableJune McEnroe2020-06-11
* Remove bman functionJune McEnroe2020-05-06
* Replace gr alias with git resetJune McEnroe2020-01-04
* Allow cd-ing into a fileJune McEnroe2019-12-05
* Add bman alias for FreeBSD man pagesJune McEnroe2019-11-22
* Remove Linux aliases from .shrcJune McEnroe2019-11-22
* Use .profile, .shrc, .historyJune McEnroe2019-11-21
t;cgit@cryptocrack.de> 2014-01-08Use argv_array in place of vectorLukas Fleischer Instead of using our own vector implementation, use argv_array from Git which has been specifically designed for dynamic size argv arrays. Drop vector.h and vector.c which are no longer needed. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08ui-stats.c: Remove unused macroLukas Fleischer Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08scan-tree.c: Remove unused macroLukas Fleischer This is no longer needed since commit fb3655df (use struct strbuf instead of static buffers, 2013-04-06). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer