brunofavs / my_arch_issues

0 stars 0 forks source link

Can't source on opening another .zshrc #8

Closed brunofavs closed 6 months ago

brunofavs commented 6 months ago

image

Enter ubuntu just enters the distrobox.

This doesn't source the additional .zshrc :

image

The ls command only happens after exiting, same for the additional .zshrc

brunofavs commented 6 months ago
if [ "$(lsb_release -ds)" = "Ubuntu 20.04.6 LTS" ]; then
     source ~/.zshrc_ubuntu 
fi

on .zshrc fixed it.