Add bash configuration files

This commit is contained in:
xavier
2013-04-24 16:58:31 +02:00
parent 1849cd96a2
commit 9fad99b12f
30 changed files with 570 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Defined prefered applications
export TERMINAL=urxvtc
export PAGER=less
export EDITOR=vim
export BROWSER=firefox
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Customize history format
export HISTSIZE=5000
export HISTFILESIZE=20000
export HISTTIMEFORMAT="[%d/%m/%Y %H:%M:%S] "
export HISTCONTROL="ignoreboth"
export HISTIGNORE="[bf]g:exit:history*:*rm*-rf*:*rm*-f*:reboot:ls:ll:man:mutt"
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# Define prefered LANG
export LANG=fr_FR.utf8
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# Mail
export MAILPATH=~/Mails/
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Customize PATH
if [ -d $HOME/bin ] ; then export PATH=$PATH:$HOME/bin ; fi
if [ -d $HOME/scripts ] ; then export PATH=$PATH:$HOME/scripts ; fi
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# Proxy
export TSOCKS_CONF_FILE=~/.config/tsocks/tsocks.conf