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