Entwicklungsumgebung/Dateiliste/bashrc

Aus Delixs
Zur Navigation springen Zur Suche springen


Diese Seite ist momentan eine Baustelle im Zustand: 1

Wird bearbeitet von: Schoffer
Hilfe zum Bearbeitungsstatus: Hilfe:Status eines Artikels


/root/.bashrc

Achtung: Bitte achten Sie unbedingt darauf, beim Kopieren und Einfügen einen Editor mit UNIX-Zeilenumbrüchen zu verwenden!

Hinweis: Die im delixs-Schulserver geänderten Zeilen sind gelb unterlegt.



<source highlight="3-4,8-13,16-19" lang="text">

  1. ~/.bashrc: executed by bash(1) for non-login shells.

export PS1='[\[\033[1;31m\]\u\[\033[0m\]@\h \W]\$ '

  1. export PS1='\h:\w\$ '

umask 022

  1. You may uncomment the following lines if you want `ls' to be colorized:

export LS_OPTIONS='--color=auto' eval "`dircolors`" alias ls='ls $LS_OPTIONS' alias ll='ls $LS_OPTIONS -l' alias l='ls $LS_OPTIONS -lA' alias mc='. /usr/share/mc/bin/mc-wrapper.sh'

  1. Some more alias to avoid making mistakes:

alias rm='rm -i' alias cp='cp -i' alias mv='mv -i'

</source>




zurück | Hauptseite