Commit graph

19 commits

Author SHA1 Message Date
a41d873e85 [bash] Add alias for -h option of ls 2017-01-27 14:26:25 +01:00
1fd8816784 [bash] add user & host to prompt string
The color of the user and host changes when the session takes place over
SSH. This makes it easier to identify to which machine a terminal is
connected.
2016-07-19 12:22:27 +02:00
43de18855f [bash] fix typo in comment 2016-07-19 12:22:03 +02:00
065ae919ee [vim] inherit the shell's background (dark/light) 2016-02-07 15:56:45 +01:00
3ce280fb10 [bash] add combined mkdirand cd-> mkcd 2016-02-05 23:07:12 +01:00
83f8531ce1 [bash] run local bashrc at the very end 2016-02-05 23:00:24 +01:00
f7b78bcda7 Add git cmd completion and status to bash prompt 2016-02-02 00:44:21 +01:00
1eb32d50e8 Remove incorrect variable assignment 2016-01-04 11:25:45 +01:00
2bdcf5e4e3 Solarize the shell only when in interactive mode
The escape sequences necessary for controlling the terminal's colors
confuses FTP clients. Therefore, we only use the colors when we can
actually see them -> shell is running interactively.
2015-11-30 09:55:18 +01:00
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