From 26ce5a88f471ea81f78fcd6c313e8831008a43b5 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 23 Jan 2022 11:35:35 -0300 Subject: [PATCH] Fix bashrc --- home/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bashrc b/home/bashrc index 6bbed65..edb6e24 100644 --- a/home/bashrc +++ b/home/bashrc @@ -9,7 +9,7 @@ export PS1='\e[1m\e[38;5;63m[\e[38;5;68m\u@\H \e[38;5;15m\w\e[38;5;63m]$\e[m ' # aliases: -source ~/dotfiles/aliases +source ~/.aliases # reload with . alias .="source ~/.bashrc"