Add gch alias
This commit is contained in:
parent
58ca4f3d55
commit
f84bb2a25c
@ -5,6 +5,7 @@
|
||||
home.packages = with pkgs; [
|
||||
black
|
||||
devenv
|
||||
fzf
|
||||
gitleaks
|
||||
go
|
||||
gopls
|
||||
@ -50,6 +51,7 @@
|
||||
"cam" = "gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0";
|
||||
"upd" = "sudo apt update";
|
||||
"upg" = "sudo apt upgrade";
|
||||
"gch" = "git checkout “$(git branch --all | fzf | tr -d ‘[:space:]’)”";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user