Commit graph

6 commits

Author SHA1 Message Date
03bc9ce933 [bash] use red prompt when logged in as root 2018-03-28 17:27:25 +02:00
3e64d54317 [bash] improve ls aliases
When the GNU version of `ls` is not installed (e.g. on a new Mac), the
previous alias causes problems because the --group-directories-first
option is not supported and makes `ls` fail. This commit fixes that by
checking which version is installed and creating the alias accordingly.
2018-03-04 18:25:22 +01:00
36ce14439b [bash] fix typo in comment 2018-03-04 18:25:22 +01:00
0b07964c2f [bash] clean up git prompt remains 2017-02-04 16:48:18 +01:00
2cb7e0fb1e [bash] move configuration to .bashrc
Since now the .bashrc is source from .bash_profile, the end result in
terms of what gets executed is the same. However, it is quicker to type
`vim .bashrc` when changing settings.
2017-02-04 16:41:33 +01:00
a557472b0f Initial commit
This adds the current state of my dotfiles for version control.
2015-06-13 21:09:33 +02:00