BSD-Wiki

Mitschrift einer FreeBSD-Installation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


bashrc

~/.bashrc

# PATH anlegen, analog zu .profile
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin

#Farbiger Prompt
export PS1="\\[\\033[1;34m\\]\\u@\\h:\\[\\033[1;32m\\]\\w> \\[\\033[0m\\]"
export CLICOLOR=YES

#Standardeditor festlegen
export EDITOR=vim
bashrc.txt · Zuletzt geändert: 2017/10/02 13:39 (Externe Bearbeitung)

Impressum