We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c879f2 commit 01eff3bCopy full SHA for 01eff3b
zellij-utils/src/consts.rs
@@ -37,7 +37,7 @@ lazy_static! {
37
.to_path_buf()
38
.join(format!("{}", Uuid::new_v4()));
39
pub static ref ZELLIJ_PLUGIN_PERMISSIONS_CACHE: PathBuf =
40
- ZELLIJ_CACHE_DIR.join("permissions.kdl");
+ std::env::temp_dir().join("permissions.kdl");
41
}
42
43
pub const FEATURES: &[&str] = &[
0 commit comments