Datein hinzugefügt, welche das Root-Dateisystem von /usr beim Start provisionieren

Cette révision appartient à :
eichehome 2023-07-16 22:57:43 +02:00
Parent 2c73632fad
révision f1ec31de16
37 fichiers modifiés avec 648 ajouts et 0 suppressions

Voir le fichier

@ -0,0 +1,3 @@
#
# ~/.bash_logout
#

Voir le fichier

@ -0,0 +1,5 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

10
factory/etc/skel/.bashrc Fichier normal
Voir le fichier

@ -0,0 +1,10 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '