git alias

This commit is contained in:
2026-04-24 17:53:00 -05:00
parent c86f9f4dc1
commit aa7520e487
+5
View File
@@ -11,6 +11,11 @@ zstyle :compinstall filename '/home/poslop/.zshrc'
autoload -Uz compinit
compinit
alias ga='git add'
alias gc='git commit'
alias gp='git push'
alias gs='git status'
rerice() {
local flake_dir="/etc/rice-flakes"
host="${1:-$(hostname -s)}"