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'