-
Notifications
You must be signed in to change notification settings - Fork 3
/
bashrc.bazaar
59 lines (44 loc) · 1.66 KB
/
bashrc.bazaar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files for examples
source ~/config/bashrc.common
ulimit -S -c unlimited
export MAILCHECK=
#export PS1='\u@\h:\w\[\033[31m\]$(__git_ps1 " %s")\[\033[00m\]`[ -r /home/martin/.newmail ] && echo -n "\$"`\$ '
#export PS1='\u@\h:\w\[\033[33m\]$(__git_ps1 " %s")\[\033[00m\]`[ -r /home/martin/.newmail ] && echo -n "\$"`\$ '
export PS1='\u \w$(__git_ps1 " \[\033[33m\]%s\[\033[00m\]")`[ -r /home/martin/.newmail ] && echo -n "\$"`\$ '
#function l() {
# cd $@
# ls
#}
umask 022
export EMAIL="Martin Renold <[email protected]>"
#mesg y
#if [ `tty` = '/dev/vc/2' ] 2>/dev/null || [ `tty` = '/dev/tty2' ] 2>/dev/null ; then
# if [ ! -r /tmp/.X0-lock ] ; then # nur einmal bitte, xinit ruft diesen code auf
# mesg n
# echo "Starte xorg. Logfile: .startx.log"
# #/usr/X11R6/bin/xinit -- -nolisten tcp > .xinit.log 2>&1
# #export XSESSION_STARTED
# #xinit -- -nolisten tcp > .xinit.log 2>&1
# startx > .startx.log 2>&1
# fi
#fi
# UTF-8
#unset LC_MESSAGES LC_CTYPE LC_NUMERIC
#export LANG="de_CH.UTF-8"
#export LANGUAGE="de_CH.UTF-8"
#export LC_ALL="de_CH.UTF-8"
#export CHARSET=ISO-8859-1
#export LC_ALL=de_CH.UTF-8
#source /home/martin/.ktoon.env
# note to self:
# bind -p | grep edit-and-execute-command --- fc command does it too
# ccache
#export PATH="/usr/lib/ccache:${PATH}"
# (FIXME: why the heck does this work without export?)
# It is not exported! 'env' will not show it, but
# 'echo $FOOBAR' will. This file seems to get "sourced".
FOOBAR="blah"
#add_prefix ~/compile/prefix_wine
#export LIBGL_DRIVERS_PATH=/usr/lib32/dri
source /home/martin/config/cdargs-bash.sh