From dfadf1c9f2c154d3fc83c22c429c01bdcba7f20d Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 23 Nov 2025 00:44:02 +0100 Subject: [PATCH] fix: not using full path for bash aliases --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ed939d9..c40366b 100644 --- a/.bashrc +++ b/.bashrc @@ -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