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.
This commit is contained in:
13
INSTALL/configs/bashrc
Normal file
13
INSTALL/configs/bashrc
Normal file
@@ -0,0 +1,13 @@
|
||||
# --- 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
|
||||
Reference in New Issue
Block a user