dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

commit 81a5ec11bfbf5e2f22b61f9a9a022fcbbc58361b
parent d0a04b741d6829222e5d96671935b87ff7618c06
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jun 23 22:57:54 +0800

Update configs

Diffstat:
.Xdefaults | 7++++---
.bashrc | 13+++++--------
.dwbrc | 2+-
.zshrc | 4++--
4 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults @@ -1,10 +1,10 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2012 Jun 22 +! modified : 2012 Jun 23 ! !-- colorscheme & font --! -# include ".Xdefaults.d/colors/solarized" +# include ".Xdefaults.d/colors/lich" # include ".Xdefaults.d/fonts/envycoder_droid" !-- xft --! @@ -30,7 +30,8 @@ URxvt.preeditType : Root URxvt.saveLines : 65535 !-- urxvt look --! -URxvt.cursorColor : #af8700 +!URxvt.cursorColor : #af8700 +URxvt.cursorColor : #b89f63 URxvt.transparent : false URxvt.cursorBlink : false URxvt.scrollBar : false diff --git a/.bashrc b/.bashrc @@ -1,10 +1,9 @@ # # author: Xu Xiaodong <[email protected]> -# modified: 2011 Apr 19 +# modified: 2012 Jun 23 # -#-- prompt --# - +# prompt [ -z "$PS1" ] && return liBlack="\[\033[0;30m\]" @@ -24,18 +23,16 @@ boCyan="\[\033[1;36m\]" liWhite="\[\033[0;37m\]" boWhite="\[\033[1;37m\]" -PS1="\n$boGreen\u$liWhite at $boBlue\h$liWhite in $boRed\w $liYellow{\[\`let exitstatus=\$? ; if [[ \${exitstatus} != 0 ]] ; then echo \"\${exitstatus}\" ; else echo "0" ; fi\`\]} \n% $liWhite" - -#-- alias --# +PS1="\n$boGreen\u$liWhite at $boBlue\h$liWhite in $boRed\w $liYellow{\[\`let exitstatus=\$? ; if [[ \${exitstatus} != 0 ]] ; then echo \"\${exitstatus}\" ; else echo "0" ; fi\`\]} \n$liRed» $liWhite" +# alias if [ "$TERM" != "dumb" ]; then alias ls='ls -F --color=auto' fi alias ll='ls -lsh' -#-- completion --# - +# completion if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi diff --git a/.dwbrc b/.dwbrc @@ -60,7 +60,7 @@ ssl-use-system-ca-file=false ssl-ca-cert=/etc/ssl/certs/ca-certificates.crt cookies-store-policy=session active-completion-fg-color=#53868b -hint-font=bold 12px Envy Code R +hint-font=bold 14px Envy Code R tabbed-browsing=true hint-highlight-links=false active-completion-bg-color=#000000 diff --git a/.zshrc b/.zshrc @@ -1,10 +1,10 @@ # # author: Xu Xiaodong <[email protected]> -# modified: 2012 Jun 22 +# modified: 2012 Jun 23 # export ZSH=$HOME/code/oh-my-zsh -export ZSH_THEME="prose" +export ZSH_THEME="codefun" export DISABLE_AUTO_TITLE="true" export DISABLE_AUTO_UPDATE="true"