From 0fdec551f2f837553b47e04d06ed621f3b9e9143 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 22 Sep 2025 16:22:05 -0600 Subject: [PATCH] edited .bashrc for ebrc to edit bashrc --- tasks/files/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/files/bashrc b/tasks/files/bashrc index 56bd0f7..3cf4b4c 100644 --- a/tasks/files/bashrc +++ b/tasks/files/bashrc @@ -117,7 +117,7 @@ alias web='cd /var/www/html' alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' # Edit this .bashrc file -# alias ebrc='edit ~/.bashrc' +alias ebrc='edit ~/.bashrc' # Show help for this .bashrc file # alias hlp='less ~/.bashrc_help'