From c7b1d762d4621e3cf0bbd072bf14fd17adcfe92e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 4 Apr 2011 10:09:46 +0200 Subject: Zsh changes --- xorg/xdefaults | 60 --------------------------------------------------------- xorg/xresources | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ zsh/zshrc | 4 +++- 3 files changed, 63 insertions(+), 61 deletions(-) delete mode 100644 xorg/xdefaults create mode 100644 xorg/xresources diff --git a/xorg/xdefaults b/xorg/xdefaults deleted file mode 100644 index c16e049..0000000 --- a/xorg/xdefaults +++ /dev/null @@ -1,60 +0,0 @@ -# Font -*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* -#*font: xft:DejaVu Sans Mono:size=8 - -# General Settings -URxvt*buffered: true -URxvt*internalBorder: 0 -URxvt*reverseVideo: false -URxvt*scrollBar: false -URxvt*scrollstyle: plain -URxvt*secondaryscroll: true -URxvt*saveLines: 1000 -URxvt*termName: rxvt-unicode -URxvt*eightBitInput: true -URxvt*metaSendsEscape: true -URxvt*cutchars: `"()'*<>[]{|} -URxvt*urgentOnBell: true -URxvt*visualBell: false -URxvt*selection.pattern-0: ([[:word:]]+) - -# Yank URLs -URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode -URxvt*underlineURLs: true -URxvt*perl-lib: /home/gideonstar/etc/perl/ -URxvt*perl-ext: selection,mark-yank-urls -URxvt*perl-ext-common: default,matcher -URxvt*urlLauncher: google-chrome -URxvt*matcher.button: 1 -URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] - -# Transparency -#URxvt*inheritPixmap: True -#URxvt*transparent: True -#URxvt*shading: 35 -#URxvt*fading: 40 -#URxvt*tintColor: grey - -# Colors -#URxvt*cursorColor: #6E8558 -URxvt*background: #656565 -URxvt*foreground: #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 diff --git a/xorg/xresources b/xorg/xresources new file mode 100644 index 0000000..c16e049 --- /dev/null +++ b/xorg/xresources @@ -0,0 +1,60 @@ +# Font +*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* +#*font: xft:DejaVu Sans Mono:size=8 + +# General Settings +URxvt*buffered: true +URxvt*internalBorder: 0 +URxvt*reverseVideo: false +URxvt*scrollBar: false +URxvt*scrollstyle: plain +URxvt*secondaryscroll: true +URxvt*saveLines: 1000 +URxvt*termName: rxvt-unicode +URxvt*eightBitInput: true +URxvt*metaSendsEscape: true +URxvt*cutchars: `"()'*<>[]{|} +URxvt*urgentOnBell: true +URxvt*visualBell: false +URxvt*selection.pattern-0: ([[:word:]]+) + +# Yank URLs +URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode +URxvt*underlineURLs: true +URxvt*perl-lib: /home/gideonstar/etc/perl/ +URxvt*perl-ext: selection,mark-yank-urls +URxvt*perl-ext-common: default,matcher +URxvt*urlLauncher: google-chrome +URxvt*matcher.button: 1 +URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] + +# Transparency +#URxvt*inheritPixmap: True +#URxvt*transparent: True +#URxvt*shading: 35 +#URxvt*fading: 40 +#URxvt*tintColor: grey + +# Colors +#URxvt*cursorColor: #6E8558 +URxvt*background: #656565 +URxvt*foreground: #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 diff --git a/zsh/zshrc b/zsh/zshrc index b9cfbdd..de084cb 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -67,7 +67,7 @@ alias tmux='tmux -u' alias v="vim" alias vi="vim" alias vbm="VBoxManage" -alias httpd="python -m SimpleHTTPServer" +alias httpd="python2 -m SimpleHTTPServer" # Debian stuff alias agu="sudo apt-get update" @@ -134,3 +134,5 @@ case $TERM in precmd () {print -Pn "\e]0;%n@%m: %~\a"} ;; esac + +cd ~/ -- cgit v1.2.3