Commit graph

10 commits

Author SHA1 Message Date
dd0655db2b Add default options for less 2015-11-04 13:48:36 +01:00
b02c1e4eca Small improvements to shell "solarization" 2015-11-04 13:39:14 +01:00
7cec32d821 Minor comment cleanup 2015-11-04 13:11:30 +01:00
fffda87c9e Remove function to determine platform (unused) 2015-11-04 12:59:43 +01:00
dd85d1b55f Remove OS X aliases that are never really used 2015-11-04 12:54:45 +01:00
419775ef10 Use easily extensible path manipulation
By using a for loop, new entries can easily be added to the PATH without
having to enter additional commands. The precedence of the entries can
also be easily adjusted by reordering the list that is iterated over.
2015-11-04 12:52:29 +01:00
dc2ee984a1 Fix terminal customization bug 2015-06-15 17:59:20 +02:00
00f67c9975 Add convenient bash aliases 2015-06-14 21:37:45 +02:00
8888d69a34 Local man pages have precedence in MANPATH
The local man pages intalled in /usr/local/share/man should be checked
before the system's man pages for matches, since the tools installed in
/usr/local/bin have precedence over the ones at /bin and /usr/bin.

Change bash history management to ignore consecutive duplicates and
commands starting with a whitespace.
2015-06-14 21:32:59 +02:00
a557472b0f Initial commit
This adds the current state of my dotfiles for version control.
2015-06-13 21:09:33 +02:00