Disable safe operations in zsh

Install ncdu
Rotate wallpaper every 30 minutes
This commit is contained in:
Pim Kunis 2024-06-15 15:16:59 +02:00
parent 62265a466c
commit 80530d6290
2 changed files with 7 additions and 2 deletions

View file

@ -71,6 +71,7 @@
vim
wget
yq
ncdu
]) ++ (with pkgs.gnomeExtensions; [
pop-shell
window-is-ready-remover

View file

@ -154,7 +154,11 @@
enable = true;
autocd = true;
autosuggestion.enable = true;
prezto.enable = true;
prezto = {
enable = true;
utility.safeOps = false;
};
shellAliases =
let
@ -336,7 +340,7 @@
change-type = 2;
hide-panel-icon = true;
history-length = 1;
hours = 1;
hours = 0;
minutes = 30;
sources = [ "42" ];
fetch-on-startup = true;