Massive cleanup of my bash-config

The most important change is that I no longer create completions for fly
and kubectl automatically. Furthermore the automatic creation of a
cronjob to empty the downloads-folder is also gone. - These
funtionalities better fit the initial dev-machine setup, so I gonna move
them over to there soon.
This commit is contained in:
2025-09-17 23:29:08 +02:00
parent 0a307f6051
commit ff9dd116c2
3 changed files with 101 additions and 92 deletions

View File

@@ -8,4 +8,5 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
[[ -f ~/.bashrc ]] && . ~/.bashrc
test -r ~/.profile && . ~/.profile
test -r ~/.bashrc && . ~/.bashrc