Add some more aliases

This commit is contained in:
David Morgan 2023-01-20 12:07:29 +00:00
parent 82087e73b5
commit c6b5676eeb
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,7 @@ in
_nix-up = "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";
_home-up = "nix-channel --update && home-manager switch && hm-changes-report";
nix-hammer = "nix shell -f https://github.com/jtojnar/nixpkgs-hammering/archive/master.tar.gz -c nixpkgs-hammer";
fb = "fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'";
@ -68,6 +69,8 @@ in
erg = "ea run grouped rg --";
fd = "ea run linear fd --";
git-reset-branch = "git fetch && git reset --hard origin/\$(git branch --show-current)";
# Git log aliases from the omz git plugin
gl = "git pull";
glg = "git log --stat";