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