Made a few changes
This commit is contained in:
parent
e21ab5f1d8
commit
04b20dbf5f
@ -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
|
! *faceName: Source Code Pro for Powerline
|
||||||
URxvt.letterSpace: 0
|
*backarrowKey: false
|
||||||
URxvt.scrollBar: 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.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.utf8: 1
|
||||||
URxvt.vt100*geometry: 80x60
|
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
|
URxvt.vt100*internalBorder: 0
|
||||||
*backarrowKey: false
|
|
||||||
VT100*Translations: #override \
|
VT100*Translations: #override \
|
||||||
<Key>Home: string(0x01)\n\
|
<Key>Home: string(0x01)\n\
|
||||||
<Key>End: string(0x05)\n
|
<Key>End: string(0x05)\n
|
||||||
|
@ -11,6 +11,7 @@ HIST_STAMPS="dd/mm/yyyy"
|
|||||||
setopt APPEND_HISTORY
|
setopt APPEND_HISTORY
|
||||||
HISTSIZE=12000
|
HISTSIZE=12000
|
||||||
SAVEHIST=10000000
|
SAVEHIST=10000000
|
||||||
|
setopt INTERACTIVECOMMENTS
|
||||||
setopt HIST_EXPIRE_DUPS_FIRST
|
setopt HIST_EXPIRE_DUPS_FIRST
|
||||||
setopt EXTENDED_HISTORY
|
setopt EXTENDED_HISTORY
|
||||||
setopt APPEND_HISTORY SHARE_HISTORY HISTIGNOREALLDUPS
|
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 adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown'
|
||||||
alias resource='. ~/.zshrc'
|
alias resource='. ~/.zshrc'
|
||||||
function ins(){
|
function ins(){
|
||||||
sudo zsh -c "emerge --autounmask-write -av $@"
|
echo "args: $*"
|
||||||
|
sudo zsh -c "emerge --autounmask-write -av $*"
|
||||||
}
|
}
|
||||||
alias etup='sudo etc-update'
|
alias etup='sudo etc-update'
|
||||||
alias search='apt-cache search'
|
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/key-bindings.zsh
|
||||||
source /home/stonewareslord/git/sync/zsh/spectrum.zsh
|
source /home/stonewareslord/git/sync/zsh/spectrum.zsh
|
||||||
source /home/stonewareslord/git/sync/zsh/sudo.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
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
printf "git-annex..."
|
printf "git-annex..."
|
||||||
antigen bundle Schnouki/git-annex-zsh-completion
|
antigen bundle Schnouki/git-annex-zsh-completion
|
||||||
|
@ -359,9 +359,10 @@ if exists("+undofile")
|
|||||||
set undodir+=~/.vim/undo//
|
set undodir+=~/.vim/undo//
|
||||||
set undofile
|
set undofile
|
||||||
endif
|
endif
|
||||||
augroup vimrc
|
augroup autosave
|
||||||
au!
|
au!
|
||||||
au BufWritePost .vimrc,vimrc source %
|
au BufWritePost .vimrc,vimrc source %
|
||||||
|
au BufWritePost .Xresources,Xresources silent! !xrdb %
|
||||||
augroup END
|
augroup END
|
||||||
augroup vimrcEx
|
augroup vimrcEx
|
||||||
au!
|
au!
|
||||||
|
Loading…
Reference in New Issue
Block a user