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
|
vim
|
||||||
wget
|
wget
|
||||||
yq
|
yq
|
||||||
|
ncdu
|
||||||
]) ++ (with pkgs.gnomeExtensions; [
|
]) ++ (with pkgs.gnomeExtensions; [
|
||||||
pop-shell
|
pop-shell
|
||||||
window-is-ready-remover
|
window-is-ready-remover
|
||||||
|
|
8
home.nix
8
home.nix
|
@ -154,7 +154,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
prezto.enable = true;
|
|
||||||
|
prezto = {
|
||||||
|
enable = true;
|
||||||
|
utility.safeOps = false;
|
||||||
|
};
|
||||||
|
|
||||||
shellAliases =
|
shellAliases =
|
||||||
let
|
let
|
||||||
|
@ -336,7 +340,7 @@
|
||||||
change-type = 2;
|
change-type = 2;
|
||||||
hide-panel-icon = true;
|
hide-panel-icon = true;
|
||||||
history-length = 1;
|
history-length = 1;
|
||||||
hours = 1;
|
hours = 0;
|
||||||
minutes = 30;
|
minutes = 30;
|
||||||
sources = [ "42" ];
|
sources = [ "42" ];
|
||||||
fetch-on-startup = true;
|
fetch-on-startup = true;
|
||||||
|
|
Loading…
Reference in a new issue