Removed FASD plugin

master
Quentin Duchemin 2019-01-10 22:04:03 +01:00
parent 8c03ce1bbc
commit 6f97c58846
1 changed files with 0 additions and 3 deletions

3
.zshrc
View File

@ -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 *"