diff --git a/.Xdefaults b/.Xdefaults index 1b37de6..5c043a1 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -4,7 +4,7 @@ URxvt*foreground: #dddddd URxvt*transparent: true URxvt*shading: 15 URxvt*cursorColor: green - +URxvt*perl-ext-common: default !URxvt.borderLess:True diff --git a/.zshrc b/.zshrc index 4733f21..21e79ce 100644 --- a/.zshrc +++ b/.zshrc @@ -54,8 +54,8 @@ SAVEHIST=10000 HISTFILE=~/.history PS1="%m%# " export LC_COLLATE='C' #order files in ls -#export LC_ALL='en_US.UTF-8' -export LANG='en_US.UTF-8' +#export LC_ALL='en_US.utf8' +export LANG='en_US.utf8' export MAIL=~/mail export MAILCHECK=0 export AWT_TOOLKIT=MToolkit