diff --git a/.zshrc b/.zshrc index 9bb9b80..6c681e1 100644 --- a/.zshrc +++ b/.zshrc @@ -57,7 +57,6 @@ plugins=( cp extract history - fasd docker rand-quote taskwarrior @@ -104,8 +103,6 @@ alias cp="cpv" # See this https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' -eval "$(fasd --init auto)" - # Start ssh-agent and retain passphrase for 1 hour # ssh-add is not used for convenience # Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"