@@ -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
|
||||
|
Reference in New Issue
Block a user