Commit graph

18 commits

Author SHA1 Message Date
Jakobus Schürz
8d7d52aee2 add some bash-history functions 2020-02-12 12:21:26 +01:00
b1016acdb6 remove old WDOTD-configuration 2020-02-11 16:13:14 +01:00
Jakobus Schürz
a701b3f846 only clean empty dirs 3 levels down from archive/work 2020-01-23 13:35:09 +01:00
Jakobus Schürz
377fff977e improve output 2020-01-22 13:21:35 +01:00
Jakobus Schürz
845e908c65 improve output 2020-01-22 13:20:21 +01:00
Jakobus Schürz
4a1e916bd3 delete empty archive-dirs 2020-01-22 13:19:00 +01:00
Jakobus Schürz
1646d79a58 cleanup wdotd first, then create new 2020-01-22 12:47:14 +01:00
Jakobus Schürz
d4c7138667 cleanup WDOTD 2020-01-22 12:33:14 +01:00
Jakobus Schürz
c6d3098290 remove debug, fix failing source 2020-01-22 11:00:53 +01:00
Jakobus Schürz
f8341cd4ad add aliases depending on exitcode 2020-01-22 10:54:21 +01:00
Jakobus Schürz
c49cf2398f load local files in extra file 2020-01-22 10:47:19 +01:00
Jakobus Schürz
ad3231d6f1 fix output 2020-01-22 10:26:02 +01:00
Jakobus Schürz
50737de42e fix output 2020-01-22 10:22:05 +01:00
Jakobus Schürz
2799abc2bd debug 2020-01-22 10:17:30 +01:00
Jakobus Schürz
2b96179200 debug 2020-01-22 10:16:41 +01:00
Jakobus Schürz
7417b5f6d5 append to logfile 2020-01-22 10:11:11 +01:00
Jakobus Schürz
66d74eee9f improve output 2020-01-22 10:10:10 +01:00
Jakobus Schürz
905a222293 Split bashrc_add in separat files
If configuration is updated, sometimes it needed two logins to get
last configs, aliases and so on. Because first login it syncs the
configuration and load-functions, on second login, the new configuration
was used (valid for all functions in bashrc_add itself)

Now the loading of defaults is in a own file.
First the file is synced with git, then the new file gets sourced, so
the script can use the new configuration on first login
2020-01-22 09:17:13 +01:00