Fix bashrc

This commit is contained in:
Augusto Gunsch 2022-01-23 11:35:35 -03:00
parent 404af5a830
commit 26ce5a88f4
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -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"