fix colors

This commit is contained in:
poka 2019-12-06 18:37:55 +00:00
parent e6db53a4df
commit 5cab225e79
2 changed files with 2 additions and 2 deletions

View File

@ -29,5 +29,4 @@ export c_yellow="\033[33m"
export c_blue_bg="\033[44m"
export c_green_bg="\033[42m"' >> ~/.bash_aliases
bash -i
source ~/.bash_aliases

View File

@ -21,6 +21,7 @@ if [ "$EUID" -eq 0 ]
fi
$MY_PATH/.install/export_colors.sh
[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases
## Vérifie si IPFS est installé
if [[ -z $(which ipfs) ]];then