Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2017-05-03 16:13:50 +03:00
parent c78cb78ff0
commit 666770d74c
10 changed files with 28 additions and 26 deletions

View File

@@ -21,8 +21,6 @@ compinit
_comp_options+=( globdots )
# History
setopt HIST_IGNORE_DUPS
HISTFILE=~/.zsh_history
SAVEHIST=9001
HISTSIZE=9001
@@ -40,15 +38,17 @@ export LC_ALL='en_US.UTF-8'
dotfiles_dir="$HOME/git/dotfiles"
# PATH
set_misc_path "$HOME/ruby/bin" "$HOME/games/bin" "$HOME/.config/alternatives" "$HOME/.local/bin" "$HOME/bin" "$HOME/.gem/ruby/2.3.0/bin/"
set_misc_path \
"$HOME/games/bin" \
"$HOME/.config/alternatives" \
"$HOME/.local/bin" \
"$HOME/bin" \
"$HOME/.gem/ruby/2.3.0/bin/" \
"$HOME/.nails/bin"
# GPG
GPG_TTY=$(tty)
export GPG_TTY
# EDITOR
EDITOR=vim
export EDITOR
# jspass completion
compdef _pass jspass
export EDITOR=vim

View File

@@ -13,7 +13,6 @@ bindings=(
Home 'beginning-of-line'
End 'end-of-line'
Delete 'delete-char'
^R 'history-incremental-search-backward'
)
for b in ${(k)bindings}; do

View File

@@ -6,3 +6,5 @@ SSH_AUTH_SOCK="/tmp/${USER}-ssh-auth.sock"
export SSH_AUTH_SOCK
function x { exec xinit -- -nolisten tcp vt9; }
compdef _pass jspass