little things

This commit is contained in:
Frank Villaro-Dixon 2013-07-31 01:01:39 +02:00
parent 9511771b26
commit 1b991cc7f0
2 changed files with 7 additions and 1 deletions

6
bashrc
View file

@ -5,6 +5,10 @@ PROMPT_COMMAND='history -a'
#set -o vi #set -o vi
export EDITOR="vim" export EDITOR="vim"
GPG_TTY=`tty`
export GPG_TTY
#####ON DEFINIT LES COULEURS #####ON DEFINIT LES COULEURS
red='\033[31m' red='\033[31m'
RED='\033[31m\033[01m' RED='\033[31m\033[01m'
@ -84,6 +88,7 @@ alias svim='sudo vim'
alias bim='vim' alias bim='vim'
alias vi='vim' alias vi='vim'
alias VIM='vim' alias VIM='vim'
alias ivm='vim'
alias gl='git log --graph --abbrev-commit --pretty=oneline --decorate' alias gl='git log --graph --abbrev-commit --pretty=oneline --decorate'
alias gitst='git status' alias gitst='git status'
@ -109,6 +114,7 @@ alias mfilms='cd /dev/shm && mkdir films && sshfs frank@vi-di.fr:/media/ films/'
alias upgrub='sudo grub-mkconfig -o /boot/grub/grub.cfg' alias upgrub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
alias ssh='ssh-add -l >/dev/null || ssh-add ~/.ssh/id_rsa.auth && unalias ssh; ssh' alias ssh='ssh-add -l >/dev/null || ssh-add ~/.ssh/id_rsa.auth && unalias ssh; ssh'
alias upkey='gpg --keyserver subkeys.pgp.net --send-key 6F36914A'
#MONITOR_PATH=~/Programmation/Utils/monitor.sh #MONITOR_PATH=~/Programmation/Utils/monitor.sh
#alias dual='$MONITOR_PATH dual' #alias dual='$MONITOR_PATH dual'

View file

@ -10,7 +10,7 @@ static const char selbordercolor[] = "#005577";
static const char selbgcolor[] = "#005577"; static const char selbgcolor[] = "#005577";
static const char selfgcolor[] = "#eeeeee"; static const char selfgcolor[] = "#eeeeee";
static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */ static const unsigned int snap = 8; /* snap pixel */
static const Bool showbar = True; /* False means no bar */ static const Bool showbar = True; /* False means no bar */
static const Bool topbar = True; /* False means bottom bar */ static const Bool topbar = True; /* False means bottom bar */