Files
dotfiles-violet-chaton/INSTALL/configs/bashrc
Tetardtek ee455870f5 Initial commit — violet-chaton ricing setup
Environnement terminal complet aux couleurs violet-chaton pour Pop!_OS / Ubuntu avec COSMIC Desktop.
Inclut scripts d'installation, configs shell, thèmes et support COSMIC/Vivaldi/Vesktop.
2026-02-21 20:27:14 +01:00

14 lines
450 B
Bash

# --- ensure VS Code flatpak / COSMIC Terminal sees host binaries ---------------
# Some tools live in /usr/local/bin on the host; prepend real locations before
# any commands that rely on them (starship, fastfetch, chafa, eza, ...).
export PATH="/usr/local/bin:/usr/bin:$PATH"
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# Lance zsh automatiquement (COSMIC Terminal ignore /etc/passwd)
exec zsh