diff intercom/linux/.bashrc @ 2:13be24d74cd2

import intercom-0.4.1
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 09:57:52 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/intercom/linux/.bashrc	Fri Jun 25 09:57:52 2010 +0200
@@ -0,0 +1,54 @@
+# Sample .bashrc for SuSE Linux
+# Copyright (c) SuSE GmbH Nuernberg
+
+# There are 3 different types of shells in bash: the login shell, normal shell
+# and interactive shell. Login shells read ~/.profile and interactive shells
+# read ~/.bashrc; in our setup, /etc/profile sources ~/.bashrc - thus all
+# settings made here will also take effect in a login shell.
+#
+# NOTE: It is recommended to make language settings in ~/.profile rather than
+# here, since multilingual X sessions would not work properly if LANG is over-
+# ridden in every subshell.
+
+# This might be helpful for Linux newbies who previously used DOS...
+test -f /etc/profile.dos && . /etc/profile.dos
+
+# Some applications read the EDITOR variable to determine your favourite text
+# editor. So uncomment the line below and enter the editor of your choice :-)
+#export EDITOR=/usr/bin/vim
+#export EDITOR=/usr/bin/mcedit
+
+# For some news readers it makes sense to specify the NEWSSERVER variable here
+#export NEWSSERVER=your.news.server
+
+# If you want to use a Palm device with Linux, uncomment the two lines below.
+# For some (older) Palm Pilots, you might need to set a lower baud rate
+# e.g. 57600 or 38400; lowest is 9600 (very slow!)
+#
+#export PILOTPORT=/dev/pilot
+#export PILOTRATE=115200
+
+test -s ~/.alias && . ~/.alias
+
+alias shut="/sbin/shutdown -h now"
+alias boot="/sbin/shutdown -r now"
+
+export LD_LIBRARY_PATH=/usr/local/lib
+
+export PATH=$PATH:/opt/OpenOffice.org/program
+
+# Fuer xfe und nedit
+export LANG=de_DE@euro
+export LC_CTYPE="de_DE@euro"
+export LC_NUMERIC="de_DE@euro"
+export LC_TIME="de_DE@euro"
+export LC_COLLATE="de_DE@euro"
+export LC_MONETARY="de_DE@euro"
+export LC_MESSAGES="de_DE@euro"
+export LC_PAPER="de_DE@euro"
+export LC_NAME="de_DE@euro"
+export LC_ADDRESS="de_DE@euro"
+export LC_TELEPHONE="de_DE@euro"
+export LC_MEASUREMENT="de_DE@euro"
+export LC_IDENTIFICATION="de_DE@euro"
+

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.