summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-06-20 11:37:55 +0200
committerMike Vink <ivi@vinkies.net>2025-06-20 11:37:55 +0200
commitcb41517f3213ff855b406f05fb57a1a56af3fff3 (patch)
tree0f0b85b7b0c6049edf762d36e9ceaf7453661ddd
parente196f039670d8fb4087d47899eed5a1f0f9128aa (diff)
commit
-rw-r--r--.config/bash/bashrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index e520f97..8a76dd3 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -1,13 +1,3 @@
-if [ -f ~/.local.bashrc ]; then
- . ~/.local.bashrc
-fi
-if [ "$TERM" != "st-256color" ]; then
- # clear screen and save scrollback
- clear() {
- printf "\e[H\e[22J"
- }
-fi
-
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc"
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutenvrc" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutenvrc"
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc"