Datein hinzugefügt, welche das Root-Dateisystem von /usr beim Start provisionieren
Cette révision appartient à :
Parent
2c73632fad
révision
f1ec31de16
37 fichiers modifiés avec 648 ajouts et 0 suppressions
3
factory/etc/skel/.bash_logout
Fichier normal
3
factory/etc/skel/.bash_logout
Fichier normal
|
@ -0,0 +1,3 @@
|
|||
#
|
||||
# ~/.bash_logout
|
||||
#
|
5
factory/etc/skel/.bash_profile
Fichier normal
5
factory/etc/skel/.bash_profile
Fichier normal
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
10
factory/etc/skel/.bashrc
Fichier normal
10
factory/etc/skel/.bashrc
Fichier normal
|
@ -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]\$ '
|
Chargement…
Ajouter une table
Ajouter un lien
Référencer dans un nouveau ticket