Disable safe operations in zsh
Install ncdu Rotate wallpaper every 30 minutes
This commit is contained in:
parent
62265a466c
commit
80530d6290
2 changed files with 7 additions and 2 deletions
|
@ -71,6 +71,7 @@
|
|||
vim
|
||||
wget
|
||||
yq
|
||||
ncdu
|
||||
]) ++ (with pkgs.gnomeExtensions; [
|
||||
pop-shell
|
||||
window-is-ready-remover
|
||||
|
|
8
home.nix
8
home.nix
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue