mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01: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…
Add table
Add a link
Reference in a new issue