Removed FASD plugin
parent
8c03ce1bbc
commit
6f97c58846
3
.zshrc
3
.zshrc
|
@ -57,7 +57,6 @@ plugins=(
|
||||||
cp
|
cp
|
||||||
extract
|
extract
|
||||||
history
|
history
|
||||||
fasd
|
|
||||||
docker
|
docker
|
||||||
rand-quote
|
rand-quote
|
||||||
taskwarrior
|
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/
|
# 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'
|
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
|
# Start ssh-agent and retain passphrase for 1 hour
|
||||||
# ssh-add is not used for convenience
|
# ssh-add is not used for convenience
|
||||||
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
|
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
|
||||||
|
|
Loading…
Reference in New Issue