fix: not using full path for bash aliases

This commit is contained in:
2025-11-23 00:44:02 +01:00
parent ba69308ad0
commit dfadf1c9f2

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" ] && . .bash_aliases
[ -f "$HOME/.bash_aliases" ] && . "$HOME/.bash_aliases"
# cute lil hyfetch :3
[ "$TERM" == "xterm-kitty" ] && fastfetch