zshrc: add function to invalidate cache
parent
7da9729889
commit
3ddc546996
|
@ -90,6 +90,11 @@ pash() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# GPG: invalidate acahe
|
||||||
|
gpgyeet() {
|
||||||
|
echo RELOADAGENT | gpg-connect-agent
|
||||||
|
}
|
||||||
|
|
||||||
# PLUGINS!
|
# PLUGINS!
|
||||||
# `miniplug update`
|
# `miniplug update`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue