diff --git a/home_zsh/.zshrc b/home_zsh/.zshrc index c898414..6b09cc3 100644 --- a/home_zsh/.zshrc +++ b/home_zsh/.zshrc @@ -1,4 +1,6 @@ # Set up the prompt +# Note: Check the zsh underlying engine on the system +# Manjaro uses Prezto autoload -Uz promptinit promptinit @@ -14,7 +16,7 @@ bindkey '^H' backward-kill-word bindkey '^F' forward-word bindkey '^B' backward-word # Use emacs keybindings even if our EDITOR is set to vi -bindkey -e +# bindkey -e # Keep 1000 lines of history within the shell and save it to ~/.zsh_history: HISTSIZE=1000 @@ -52,9 +54,13 @@ else print "404: ~/.zsh/zshalias not found." fi +# Note: Only use this if keyagent is not installed / available eval `ssh-agent -s` && ssh-agent ssh-add .ssh/tlc_gitlab +# Export key file to agent keychain +#keychain --agents ssh --quick --quiet --noask /home/tracey/.ssh/*.pub + #------------------------------------------------------------- # Prompt bits #-------------------------------------------------------------