Merge branch 'master' of git.anthonycicchetti.com:anthonycicc/dotfiles

This commit is contained in:
Anthony Cicchetti 2019-11-07 21:13:38 -05:00
commit 2ba0c21e1d

View file

@ -3,7 +3,7 @@
HISTFILE=~/.histfile HISTFILE=~/.histfile
HISTSIZE=10000 HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000
setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory autopushd pushdignoredups
unsetopt autocd beep unsetopt autocd beep
bindkey -v bindkey -v
export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin
@ -13,7 +13,7 @@ export KEYTIMEOUT=1
fpath=(~/bin ~/.zshcompletions $fpath) fpath=(~/bin ~/.zshcompletions $fpath)
zstyle :compinstall filename '/home/anthonys/.zshrc' zstyle :compinstall filename '/home/anthonys/.zshrc'
zstyle ":completion:*" complete _complete _ignored _approximate zstyle ":completion:*" complete _complete _ignored _approximate _expand
zstyle ":completion:*" glob 1 zstyle ":completion:*" glob 1
zstyle ":completion:*" insert-unambiguous true zstyle ":completion:*" insert-unambiguous true
zstyle ':completion:*' menu select zstyle ':completion:*' menu select
@ -36,6 +36,8 @@ export COMPLETION_WAITING_DOTS="true"
export VISUAL='nvim' export VISUAL='nvim'
export EDITOR='nvim' export EDITOR='nvim'
export PATH=$HOME/bin:$PATH export PATH=$HOME/bin:$PATH
export MAGIC_ENTER_OTHER_COMMAND='exa -l --git'
source <(antibody init) source <(antibody init)
@ -61,7 +63,7 @@ function dt() {
} }
function send-to-pane() { function send-to-pane() {
tmux pipe-pane -I -t $1 "$2" tmux pipe-pane -I -t $1 "$2 | head -n 1"
} }
function _send_to_pane { function _send_to_pane {