]> err.no Git - dotfiles/commitdiff
initial checkin
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:10:01 +0000 (09:10 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:10:01 +0000 (09:10 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@14 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bash_profile [new file with mode: 0644]
bashrc [new file with mode: 0644]
signature [new file with mode: 0644]

diff --git a/bash_profile b/bash_profile
new file mode 100644 (file)
index 0000000..af95ccf
--- /dev/null
@@ -0,0 +1,17 @@
+# .bash_profile
+
+# Get the aliases and functions
+if [ -f ~/.bashrc ]; then
+       . ~/.bashrc
+fi
+
+# User specific environment and startup programs
+
+PATH=$HOME/bin:$HOME/usr/bin:$PATH
+ENV=$HOME/.bashrc
+USERNAME=""
+
+export USERNAME ENV PATH
+
+
+/usr/games/fortune
diff --git a/bashrc b/bashrc
new file mode 100644 (file)
index 0000000..040c79c
--- /dev/null
+++ b/bashrc
@@ -0,0 +1,45 @@
+# .bashrc
+
+# User specific aliases and functions
+
+# This files should only contain environment variables and such. Do
+# not run any programs in here. Their output will be presenet in
+# 'less' and other commands which spawn a shell.
+
+# Source global definitions
+if [ -f /etc/bashrc ]; then
+       . /etc/bashrc
+fi
+export CVSROOT=~/data/cvs
+
+export EDITOR=/usr/bin/emacs
+export TZ=CET
+
+LS_OPTIONS="$LS_OPTIONS -B"
+
+ATTR_FET="\[\033[1m\]"
+ATTR_UND="\[\033[4m\]"
+ATTR_INV="\[\033[7m\]"
+ATTR_AV="\[\033[m\]"
+case $TERM in
+    linux|xterm|ansi|linux-lat)
+        export PS1="${ATTR_FET}\u@\h:\w\\\$${ATTR_AV}"
+        alias ls="ls --color=tty -FN $LS_OPTIONS"
+        export PS2="${ATTR_FET}>${ATTR_AV}";;
+    *) 
+        alias ls="ls -FN $LS_OPTIONS"
+        export PS1="\u@\h:\w\$"
+        export PS2=">$";;
+esac
+export WWW_HOME=http://localhost/~tfheen/services.html
+export LESSOPEN="|$HOME/bin/lesspipe.sh '%s'"
+export LESS="-m"
+export RSYNC_RSH="/usr/bin/ssh"
+export CVS_RSH="/usr/bin/ssh"
+export PILOTRATE=115200
+export PILOTPORT=/dev/tts/0
+alias mirror="wget --mirror --no-parent --convert-links -P $HOME/data/www-mirror "
+
+export LANG=no_NO
+export MAIL=/var/spool/mail/tfheen
+export DEBEMAIL=tfheen@debian.org
diff --git a/signature b/signature
new file mode 100644 (file)
index 0000000..e90d4da
--- /dev/null
+++ b/signature
@@ -0,0 +1,4 @@
+Tollef Fog Heen                                                        ,''`.
+UNIX is user friendly, it's just picky about who its friends are      : :' :
+                                                                      `. `' 
+                                                                        `-  
\ No newline at end of file