diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-12 20:42:48 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-12 20:42:48 +0000 |
commit | 635ec783dd13f13857836f30419bc3bbc088ea9c (patch) | |
tree | 8f280ad6144122d7c3218f48f89c3112dd3d52e9 /nix-conf | |
parent | a92ce69d3960a0506527b6a8e884a46c171fd69b (diff) | |
download | dotfiles-635ec783dd13f13857836f30419bc3bbc088ea9c.tar.gz |
Add disk and date info to nix-up alias
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 95a8b1f..6d9dbda 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -53,7 +53,7 @@ pp = "pushbullet push \"Pixel\" link \"\${1}\" \"\${1}\""; upgrade_emacs = "cp ~/.emacs.d/straight/versions/default.el ~/straight-versions-default-`date \"+%Y-%m-%d-%H%M%S\"`.el && emacs --batch -l \"~/.emacs.d/init.el\" -f \"my/upgrade-packages\""; diff_emacs = "difft --color always --context 0 $(ls -d1v ~/straight-versions-default-*.el | tail -1) ~/.emacs.d/straight/versions/default.el | grep '\\[9[12]' | egrep -v '(gnu-elpa-mirror|nongnu-elpa|melpa|emacsmirror-mirror)'"; - nix-up = "git -C ~/dotfiles pull && doas nix-channel --update && doas nixos-rebuild switch && nix-channel --update && home-manager switch && system-changes-report && hm-changes-report"; + nix-up = "git -C ~/dotfiles pull && doas nix-channel --update && doas nixos-rebuild switch && nix-channel --update && home-manager switch && system-changes-report && hm-changes-report && df -h && date"; home-up = "git -C ~/dotfiles pull && nix-channel --update && home-manager switch && hm-changes-report"; # Git log aliases from the omz git plugin |