Jakobus Schürz
521a9a2b94
fix id -u
2020-03-12 21:34:23 +01:00
Jakobus Schürz
945b2f8348
use bash parameter-expansion
2020-03-12 20:59:57 +01:00
Jakobus Schürz
2d6a4a5d05
fix typo in variable, change from if to case
2020-03-12 20:48:27 +01:00
Jakobus Schürz
d69fbd974b
fix output for autologout debug
2020-03-12 18:27:38 +01:00
Jakobus Schürz
04e217184d
set timeout only if run in TTY
2020-03-12 18:26:04 +01:00
Jakobus Schürz
81793e06c3
add user-timeout, move set timouts to load_default
2020-03-12 10:39:22 +01:00
Jakobus Schürz
ee09b0c3d8
modify HISTIGNORE
2020-02-17 20:16:34 +01:00
Jakobus Schürz
0205d4afad
fix HISTCONTROL from , to : separated list
2020-02-17 20:02:59 +01:00
Jakobus Schürz
9b9d24da19
fix typo
2020-02-13 06:40:21 +01:00
Jakobus Schürz
9840b0cbd2
add history options
2020-02-13 06:39:02 +01:00
Jakobus Schürz
7ff56e393e
add history options
2020-02-12 15:25:26 +01:00
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