minor things on bashrc and gitconfig

This commit is contained in:
Frank Villaro-Dixon 2014-04-10 15:49:27 +02:00
parent 788a968f3e
commit 6dab6136a1
2 changed files with 3 additions and 3 deletions

5
bashrc
View file

@ -4,8 +4,7 @@ shopt -s histappend
PROMPT_COMMAND='history -a'
alias dvorak='setxkbmap dvorak'
dvorak
alias dvorak='setxkbmap dvorak; setxkbmap -option compose:ralt'
alias qwertz='setxkbmap ch,fr'
@ -150,7 +149,7 @@ alias shm='cd /dev/shm'
alias ip6='ip -6'
alias disk-usage-analyser='baobab'
alias o='octave'
alias o='octave --quiet'
alias R='R --quiet'
alias cdu='cdu -idh'
alias dus='du -sh * | sort -h'

View file

@ -15,6 +15,7 @@
commti = commit
co = checkout
br = branch
pu = push
[core]
editor = vim