Mercurial > dotfiles
diff .bashrc @ 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 |
line wrap: on
line diff
--- a/.bashrc Wed Apr 25 20:42:44 2007 +0200 +++ b/.bashrc Tue Sep 04 22:04:31 2007 +0200 @@ -18,6 +18,10 @@ # enable colored ls output eval "`dircolors -b $HOME/.dircolorsrc`" +# one history for all +shopt -s histappend +PROMPT_COMMAND='history -a' + # command prompt 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 \$ ' @@ -34,20 +38,23 @@ # aliases alias ls='ls -F --color=auto' - alias ll='ls -lF' alias lh='ls -lhF' alias la='ls -AF' alias dh='df -h' +# standard options +alias cal='cal -m' +alias xpdf='xpdf -z page' + +alias serveme='ssh meillo@192.168.0.100' + alias du1='du -h --max-depth=1 --exclude=".?*" ' # -> shellscript instead of alias alias du2='du -h --max-depth=2 --exclude=".?*" ' # -> shellscript instead of alias -alias serveme='ssh meillo@192.168.0.100' - -alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe' -alias stendhal='java -jar /home/meillo/Spiele/Stendhal/stendhal' +#alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe' +#alias stendhal='java -jar /home/meillo/Spiele/Stendhal/stendhal' # vars