diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-02-01 22:42:52 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-02-01 22:42:52 +0100 |
commit | 0f0886fc19a967dd8a6e5f9f92aaaa3085cb6bae (patch) | |
tree | dd626a0699e999283d405c35fff02f17554ba9e7 | |
parent | b41d571af772637f7bcb3555eb2291cc5a37152b (diff) |
Boring!
-rw-r--r-- | xorg/xdefaults | 38 | ||||
-rw-r--r-- | zsh/zshrc | 18 |
2 files changed, 29 insertions, 27 deletions
diff --git a/xorg/xdefaults b/xorg/xdefaults index 943962c..57f8bd1 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -1,5 +1,5 @@ # Font -URxvt*font: xft:DejaVu Sans Mono:size=8 +*font: xft:DejaVu Sans Mono:size=8 # General Settings URxvt*buffered: true @@ -39,22 +39,22 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] #URxvt*background: #0e1310 URxvt*background: #141213 URxvt*foreground: #ffffff -URxvt*colorBD: #FFFFFF -URxvt*colorUL: #FFFFFF +#URxvt*colorBD: #FFFFFF +#URxvt*colorUL: #FFFFFF -URxvt*color0: #5D5D5D -URxvt*color1: #CC0000 -URxvt*color2: #6E8558 -URxvt*color3: #E7D78E -URxvt*color4: #3465A4 -URxvt*color5: #CEA86F -URxvt*color6: #0099FF -URxvt*color7: #FFFFFF -URxvt*color8: #888888 -URxvt*color9: #D76666 -URxvt*color10: #B5DF8D -URxvt*color11: #FF0000 -URxvt*color12: #729FCF -URxvt*color13: #FFD28F -URxvt*color14: #69C8B1 -URxvt*color15: #9AC4DD +#URxvt*color0: #5D5D5D +#URxvt*color1: #CC0000 +#URxvt*color2: #6E8558 +#URxvt*color3: #E7D78E +#URxvt*color4: #3465A4 +#URxvt*color5: #CEA86F +#URxvt*color6: #0099FF +#URxvt*color7: #FFFFFF +#URxvt*color8: #888888 +#URxvt*color9: #D76666 +#URxvt*color10: #B5DF8D +#URxvt*color11: #FF0000 +#URxvt*color12: #729FCF +#URxvt*color13: #FFD28F +#URxvt*color14: #69C8B1 +#URxvt*color15: #9AC4DD @@ -1,11 +1,13 @@ -PUSER=%{$(echo -n '\e[0;37m')%}%n -PATKI=%{$(echo -n '\e[0;37m')%}@ -PHOST=%{$(echo -n '\e[1;33m')%}%m -PDOPP=%{$(echo -n '\e[1;37m')%}: -PPATH=%{$(echo -n '\e[1;30m')%}%~ -PCOMM=%{$(echo -n '\e[0;37m')%} - -PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM " +#PUSER=%{$(echo -n '\e[0;37m')%}%n +#PATKI=%{$(echo -n '\e[0;37m')%}@ +#PHOST=%{$(echo -n '\e[1;33m')%}%m +#PDOPP=%{$(echo -n '\e[1;37m')%}: +#PPATH=%{$(echo -n '\e[1;30m')%}%~ +#PCOMM=%{$(echo -n '\e[0;37m')%} + +#PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM " + +PROMPT="%~ %% " zstyle ':completion:*' special-dirs true |