From 04b20dbf5fad78edc4226bf70817f7688dbcf8b6 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 23 Jun 2015 10:24:46 -0400 Subject: [PATCH] Made a few changes --- shells/Xresources | 36 ++++++++++++++++-------------------- shells/zshrc | 7 +++---- vim/vimrc | 3 ++- 3 files changed, 21 insertions(+), 25 deletions(-) diff --git a/shells/Xresources b/shells/Xresources index 0ec2b17..0707a74 100644 --- a/shells/Xresources +++ b/shells/Xresources @@ -1,28 +1,24 @@ -URxvt.antialias: true -URxvt.hinting: true -URxvt.hintstyle: hintlight -URxvt.rgba: rgb -URxvt.faceName: -! *faceName: Terminal:size=8:antialias=false -!*font: xft:DejaVu Sans Mono-8 -URxvt.borderWidth: 0 -URxvt.internalBorder: 0 -URxvt.border: 0 ! *faceName: Source Code Pro for Powerline -URxvt.letterSpace: 0 -URxvt.scrollBar: false - +*backarrowKey: false +URxvt.antialias: false +URxvt.border: 0 +URxvt.borderWidth: 0 +URxvt.charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 +URxvt.eightBitInput: false +URxvt.faceName: URxvt.faceSize: 8 +URxvt.hinting: false +URxvt.internalBorder: 0 +URxvt.letterSpace: 0 +URxvt.loginShell: true +URxvt.rgba: rgb +URxvt.saveLines: 16384 +URxvt.scrollBar: false +URxvt.selectToClipboard: true +URxvt.termName: xterm-256color URxvt.utf8: 1 URxvt.vt100*geometry: 80x60 -URxvt.saveLines: 16384 -URxvt.loginShell: true -URxvt.charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 -URxvt.termName: xterm-256color -URxvt.eightBitInput: false -URxvt.selectToClipboard: true URxvt.vt100*internalBorder: 0 -*backarrowKey: false VT100*Translations: #override \ Home: string(0x01)\n\ End: string(0x05)\n diff --git a/shells/zshrc b/shells/zshrc index 4be2ee8..00d2dc5 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -11,6 +11,7 @@ HIST_STAMPS="dd/mm/yyyy" setopt APPEND_HISTORY HISTSIZE=12000 SAVEHIST=10000000 +setopt INTERACTIVECOMMENTS setopt HIST_EXPIRE_DUPS_FIRST setopt EXTENDED_HISTORY setopt APPEND_HISTORY SHARE_HISTORY HISTIGNOREALLDUPS @@ -53,7 +54,8 @@ alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done' alias adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown' alias resource='. ~/.zshrc' function ins(){ - sudo zsh -c "emerge --autounmask-write -av $@" + echo "args: $*" + sudo zsh -c "emerge --autounmask-write -av $*" } alias etup='sudo etc-update' alias search='apt-cache search' @@ -221,9 +223,6 @@ source /home/stonewareslord/git/sync/zsh/completion.zsh source /home/stonewareslord/git/sync/zsh/key-bindings.zsh source /home/stonewareslord/git/sync/zsh/spectrum.zsh source /home/stonewareslord/git/sync/zsh/sudo.zsh - -#source /home/stonewareslord/git/sync/zsh/misc.zsh -#source /home/stonewareslord/git/sync/zsh/history.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh printf "git-annex..." antigen bundle Schnouki/git-annex-zsh-completion diff --git a/vim/vimrc b/vim/vimrc index e02a427..3539d81 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -359,9 +359,10 @@ if exists("+undofile") set undodir+=~/.vim/undo// set undofile endif -augroup vimrc +augroup autosave au! au BufWritePost .vimrc,vimrc source % + au BufWritePost .Xresources,Xresources silent! !xrdb % augroup END augroup vimrcEx au!