mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Clamav kommt erstma ohne Virendefinitionen daher.
Die laedt der sich dann alleine. rsync-Update. Das Pakfire-Update kann beim Verbinden auch im Hintergrund ablaufen. Einige Shell-Kommandos interaktiv gemacht. AdoDB ins Paket von Openmailadmin hinzugefuegt. Prompt ist wieder farbig. Das MySQL-Setup ist noch nicht so besonders fit. Der Server braucht zu lange zum starten - somit kann noch kein Passwort gesetzt werden. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@971 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -20,6 +20,14 @@ fi
|
||||
# /etc/profile.
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias ll='ls -la'
|
||||
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
|
||||
|
||||
# Make the shell a little bit more interactive
|
||||
# to prevent the deletion of some files
|
||||
alias mv='mv -i'
|
||||
alias rm='rm -i'
|
||||
alias cp='cp -i'
|
||||
|
||||
# Midnight Commander isn't compatible to UTF8.
|
||||
# So we use it in ACSII-Mode.
|
||||
@@ -31,8 +39,8 @@ alias mc='mc -a'
|
||||
# PS1 Environment Variable for a great case study behind this script
|
||||
# addendum.]
|
||||
|
||||
#export PS1="\033[0m[\033[1;33m\u\033[1;37m@\033[1;32m\]\h \033[1;31m\w\033[0m]\\$ "
|
||||
export PS1="[\u@\h \w]\\$ "
|
||||
export PS1="\033[0m[\033[1;33m\u\033[1;37m@\033[1;32m\]\h \033[1;31m\w\033[0m]\\$ "
|
||||
#export PS1="[\u@\h \w]\\$ "
|
||||
#export PS1='\u@\h:\w\$ '
|
||||
|
||||
# End /etc/bashrc
|
||||
|
||||
Reference in New Issue
Block a user