trying to get dead keys working
This commit is contained in:
parent
932d2781a1
commit
e1318bfc30
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ URxvt*foreground: #dddddd
|
||||||
URxvt*transparent: true
|
URxvt*transparent: true
|
||||||
URxvt*shading: 15
|
URxvt*shading: 15
|
||||||
URxvt*cursorColor: green
|
URxvt*cursorColor: green
|
||||||
|
URxvt*perl-ext-common: default
|
||||||
|
|
||||||
|
|
||||||
!URxvt.borderLess:True
|
!URxvt.borderLess:True
|
||||||
|
|
|
||||||
4
.zshrc
4
.zshrc
|
|
@ -54,8 +54,8 @@ SAVEHIST=10000
|
||||||
HISTFILE=~/.history
|
HISTFILE=~/.history
|
||||||
PS1="%m%# "
|
PS1="%m%# "
|
||||||
export LC_COLLATE='C' #order files in ls
|
export LC_COLLATE='C' #order files in ls
|
||||||
#export LC_ALL='en_US.UTF-8'
|
#export LC_ALL='en_US.utf8'
|
||||||
export LANG='en_US.UTF-8'
|
export LANG='en_US.utf8'
|
||||||
export MAIL=~/mail
|
export MAIL=~/mail
|
||||||
export MAILCHECK=0
|
export MAILCHECK=0
|
||||||
export AWT_TOOLKIT=MToolkit
|
export AWT_TOOLKIT=MToolkit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue