diff options
| author | 2026-04-17 10:53:28 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:28 +0100 | |
| commit | 15bc23ba85f714797f3496ad6f7460877f974253 (patch) | |
| tree | 45f5bd2d1256654c53393a552324f35f179aa982 /home/.bash_logout | |
| parent | bf32d51f8e780dfb52fbbd080eef5e110232f065 (diff) | |
| download | dotfiles-15bc23ba85f714797f3496ad6f7460877f974253.tar.gz dotfiles-15bc23ba85f714797f3496ad6f7460877f974253.tar.bz2 dotfiles-15bc23ba85f714797f3496ad6f7460877f974253.zip | |
chore: delete obsolete shell config files
Remove files made redundant by the zsh-only rewrite:
- home/.profile (POSIX login shell — replaced by .zprofile)
- home/.bashrc (bash interactive — no longer needed)
- home/.bash_logout (bash logout — no longer needed)
- home/.config/sh/envrc (shared env vars — merged into .zprofile)
- home/.config/sh/aliases (shared aliases — merged into .zshrc)
- home/.config/sh/shinit (POSIX interactive init — merged into .zshrc)
The inputrc file is kept for readline-based tools (python REPL, etc.).
Diffstat (limited to 'home/.bash_logout')
| -rw-r--r-- | home/.bash_logout | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.bash_logout b/home/.bash_logout deleted file mode 100644 index de4f5f7..0000000 --- a/home/.bash_logout +++ /dev/null @@ -1,7 +0,0 @@ -# ~/.bash_logout: executed by bash(1) when login shell exits. - -# when leaving the console clear the screen to increase privacy - -if [ "$SHLVL" = 1 ]; then - [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q -fi |
