diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-01-28 16:31:47 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-01-28 16:31:47 +0100 |
commit | 5cb957748ec70ea3886799633a0ef28461d66be0 (patch) | |
tree | 872667c24db8415c64a85452d052da7849a675ea | |
parent | ce7226a3428bd211ba15bf7c2291f55c17ac22ac (diff) | |
download | dotfiles-5cb957748ec70ea3886799633a0ef28461d66be0.tar.gz dotfiles-5cb957748ec70ea3886799633a0ef28461d66be0.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .gitconfig | 1 | ||||
-rw-r--r-- | .vimrc | 4 | ||||
-rw-r--r-- | .xinitrc | 2 | ||||
-rw-r--r-- | .zshrc | 3 |
4 files changed, 5 insertions, 5 deletions
@@ -22,6 +22,7 @@ ours = "!f() { git checkout --ours $@ && git add $@; }; f" theirs = "!f() { git checkout --theirs $@ && git add $@; }; f" p = push --follow-tags + dw = diff --color-words [merge] tool = vimdiff conflictstyle = diff3 @@ -252,6 +252,6 @@ autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL if has("gui_running") set guifont=Dejavu\ Sans\ Mono\ 10 - set guioptions-=T - set lines=80 columns=125 + set guioptions=aegi + set lines=80 columns=180 endif @@ -7,7 +7,7 @@ export SDL_AUDIODRIVER=pulse export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh [[ -f ~/.nvidia-settings-rc ]] && nvidia-settings -l -xrandr --output DVI-D-0 --left-of DVI-I-1 +xrandr --output DP-4 --left-of DP-2 # I don't like no background ;) dash $HOME/.bg & @@ -368,7 +368,7 @@ hless() { # History {{{ HISTFILE=~/.zsh/histfile HISTSIZE=10000 -SAVEHIST=5000000 +SAVEHIST=10000000 # }}} # Other ZSH options {{{ autoload -U colors @@ -679,7 +679,6 @@ if [[ -e $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highligh source $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highlighting.zsh fi -source $HOME/bin/gpg-agent.sh export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh #if type keychain >/dev/null; then |