Rename .bash_* files to more generic files, and remove unused bash_*

This commit is contained in:
2026-01-12 13:13:35 +01:00
parent c070337145
commit 48fe40403c
4 changed files with 9 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ HISTIGNORE='exit*:clear*:\:*:echo*'
shopt -s checkwinsize # check the window size after each command (and if necessary, the values of LINES and COLUMNS)
shopt -s globstar # enable globstar (**/*)
[ -f "$HOME/.bash_aliases" ] && . "$HOME/.bash_aliases"
[ -f "$HOME/.aliases" ] && . "$HOME/.aliases"
# cute lil hyfetch :3
[ "$TERM" == "xterm-kitty" ] && fastfetch