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
|
||||
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 \
|
||||
<Key>Home: string(0x01)\n\
|
||||
<Key>End: string(0x05)\n
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user