dotfiles
changeset 4:68dd6ae11835
lots of minor adjustments; some major things in bashrc & inputrc
author | meillo@marmaro.de |
---|---|
date | Tue, 04 Sep 2007 22:04:31 +0200 |
parents | 4c1ead2dc501 |
children | f8789f33df8c |
files | .Xresources .bashrc .inputrc .screenrc .xinitrc |
diffstat | 5 files changed, 26 insertions(+), 10 deletions(-) [+] |
line diff
1.1 --- a/.Xresources Wed Apr 25 20:42:44 2007 +0200 1.2 +++ b/.Xresources Tue Sep 04 22:04:31 2007 +0200 1.3 @@ -73,4 +73,5 @@ 1.4 1.5 1.6 ! to divide urxvt and xterm apart 1.7 -xterm*background: #000000 1.8 +xterm*background: #111111 1.9 +xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
2.1 --- a/.bashrc Wed Apr 25 20:42:44 2007 +0200 2.2 +++ b/.bashrc Tue Sep 04 22:04:31 2007 +0200 2.3 @@ -18,6 +18,10 @@ 2.4 # enable colored ls output 2.5 eval "`dircolors -b $HOME/.dircolorsrc`" 2.6 2.7 +# one history for all 2.8 +shopt -s histappend 2.9 +PROMPT_COMMAND='history -a' 2.10 + 2.11 # command prompt 2.12 PS1='\033[01;31m<\033[00m \h \033[01;31m|\033[00m \u \033[01;31m|\033[00m \w \033[01;31m>\033[00m\n \$ ' 2.13 2.14 @@ -34,20 +38,23 @@ 2.15 # aliases 2.16 2.17 alias ls='ls -F --color=auto' 2.18 - 2.19 alias ll='ls -lF' 2.20 alias lh='ls -lhF' 2.21 alias la='ls -AF' 2.22 2.23 alias dh='df -h' 2.24 2.25 +# standard options 2.26 +alias cal='cal -m' 2.27 +alias xpdf='xpdf -z page' 2.28 + 2.29 +alias serveme='ssh meillo@192.168.0.100' 2.30 + 2.31 alias du1='du -h --max-depth=1 --exclude=".?*" ' # -> shellscript instead of alias 2.32 alias du2='du -h --max-depth=2 --exclude=".?*" ' # -> shellscript instead of alias 2.33 2.34 -alias serveme='ssh meillo@192.168.0.100' 2.35 - 2.36 -alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe' 2.37 -alias stendhal='java -jar /home/meillo/Spiele/Stendhal/stendhal' 2.38 +#alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe' 2.39 +#alias stendhal='java -jar /home/meillo/Spiele/Stendhal/stendhal' 2.40 2.41 2.42 # vars
3.1 --- a/.inputrc Wed Apr 25 20:42:44 2007 +0200 3.2 +++ b/.inputrc Tue Sep 04 22:04:31 2007 +0200 3.3 @@ -1,4 +1,11 @@ 3.4 "\e[5~": history-search-backward 3.5 "\e[6~": history-search-forward 3.6 3.7 +"\M-s": menu-complete 3.8 + 3.9 +# perform history expansion on pressing space 3.10 +$if Bash 3.11 + Space: magic-space 3.12 +$endif 3.13 + 3.14 set bell-style=visual
4.1 --- a/.screenrc Wed Apr 25 20:42:44 2007 +0200 4.2 +++ b/.screenrc Tue Sep 04 22:04:31 2007 +0200 4.3 @@ -11,14 +11,14 @@ 4.4 4.5 # startup programs 4.6 4.7 -screen -t ROOT su 4.8 +screen -t ROOT sudo su 4.9 screen w3m marmaro.de 4.10 screen -t bash bash 4.11 4.12 4.13 # program bindings 4.14 4.15 -bind R screen -t ROOT 0 su 4.16 +bind R screen -t ROOT 0 sudo su 4.17 bind M screen -t cplay 3 cplay -v 4.18 bind I screen -t icq 4 centericq 4.19 4.20 @@ -27,7 +27,7 @@ 4.21 4.22 bind l windowlist -b 4.23 bind - title 4.24 -bind n screen 4.25 +bind n screen 2 4.26 bind o only 4.27 bind s split 4.28
5.1 --- a/.xinitrc Wed Apr 25 20:42:44 2007 +0200 5.2 +++ b/.xinitrc Tue Sep 04 22:04:31 2007 +0200 5.3 @@ -2,7 +2,8 @@ 5.4 5.5 5.6 # turn off beeps (dont know if this really works) 5.7 -xset -b 5.8 +/usr/bin/xset -b 5.9 +/usr/bin/numlockx on 5.10 5.11 # set multimedia keys and CAPS_LOCK as ESC 5.12 /usr/bin/xmodmap $HOME/.xmodmaprc