From 2ebe41b6611246dd2c37c358df31f0980fa6b4b9 Mon Sep 17 00:00:00 2001 From: Leopold Johannes Meinel Date: Mon, 26 Sep 2022 23:55:03 +0200 Subject: [PATCH] Fix comment --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 372ba2d..646fdc5 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -# Include ~/.bashrc_aliases +# Include ~/.bash_aliases [ -f ~/.bash_aliases ] && source ~/.bash_aliases