mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
try again
This commit is contained in:
parent
8bd3909aad
commit
5ad4c04d1c
1 changed files with 4 additions and 0 deletions
4
plugins/kerberos/kerberos.plugin.zsh
Normal file
4
plugins/kerberos/kerberos.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#Execute a command without a kerberos ccache.
|
||||
function nok () {
|
||||
KRB5CCNAME='' $*
|
||||
}
|
||||
Loading…
Reference in a new issue