dotfiles/roles
Fernando Schauenburg 6c7b29705e [bash] improve PATH manipulation
The previous implementation failed to prevent duplicates if the entry
being added was the only entry already present in the path. The reason
is that it always required a : to be present in order to remove the new
entry before adding it.

The new implementation is clearer and solves that. However, if the new
entry is already present it will be kept where it was, not moved to the
front of the list. This is fine at the moment.
2020-12-03 18:34:23 +01:00
..
bash [bash] improve PATH manipulation 2020-12-03 18:34:23 +01:00
bin Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
dircolors Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
git Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
hushlogin/tasks Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
mintty Sync mintty with master branch 2020-03-04 19:08:09 +01:00
packages/tasks Fix typo in imagemagick package name 2020-06-30 12:10:50 +02:00
python Sync python with master branch 2020-03-04 19:08:26 +01:00
readline Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
ssh Add Bounrs staging server to SSH config 2020-08-18 17:28:19 +02:00
tmux Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
vim Prevent errors when installing vim plugins with ansible 2020-03-05 08:09:03 +00:00