From 5b340a98677105595f340a7a967e16ff27827216 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Sun, 4 May 2025 08:35:55 +0530 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=94=A7:=20Add=20Some=20Git=20Alia?= =?UTF-8?q?ses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/.zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1ec06b4..471553e 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -92,6 +92,14 @@ alias vim='nvim' alias gh-create='gh repo create --private --source=. --remote=origin && git push -u --all && gh browse' +add(){ + git add --patch +} + +commit(){ + bash ~/SideProjects/dotsh/gh/commit.sh +} + alias kls='kubectl get all' alias jump='nvim $(fzf -m --preview="bat --color=always {}")'