From 514eab77de4da4b9ffb4c411d81729d04e55588f Mon Sep 17 00:00:00 2001 From: Humphrey Lin Date: Tue, 1 Dec 2020 18:10:09 +0000 Subject: Add config of i3wm and modify the EDITOR in .zshrc --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index c3b1f01..b9b1bbf 100644 --- a/.zshrc +++ b/.zshrc @@ -3,6 +3,8 @@ setopt histignorealldups sharehistory # Use emacs keybindings even if our EDITOR is set to vi bindkey -e +EDITOR=vim + # Keep 1000 lines of history within the shell and save it to ~/.zsh_history: HISTSIZE=1000 SAVEHIST=1000 @@ -10,6 +12,7 @@ HISTFILE=~/.zsh_history # file [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh # proxy @@ -48,6 +51,7 @@ source ~/.zplug/init.zsh zplug "plugins/git", from:oh-my-zsh zplug "zsh-users/zsh-completions" zplug "zsh-users/zsh-syntax-highlighting" +zplug "zsh-users/zsh-autosuggestions" zplug "dracula/zsh", as:theme if ! zplug check --verbose; then printf "Install? [y/N]: " -- cgit v1.2.3