Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2017-06-13 16:00:15 +03:00
10 changed files with 27 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,16 @@ export LC_ALL='en_US.UTF-8'
dotfiles_dir="$HOME/git/dotfiles"
# PATH
set_misc_path "$HOME/.rvm/bin" "$HOME/games/bin" "$HOME/.config/alternatives" "$HOME/.local/bin" "$HOME/bin" "$HOME/.gem/ruby/2.3.0/bin/"
set_misc_path \
"$HOME/.config/alternatives" \
"$HOME/.rvm/bin" \
"$HOME/games/bin" \
"$HOME/.local/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