git alias
This commit is contained in:
@@ -11,6 +11,11 @@ zstyle :compinstall filename '/home/poslop/.zshrc'
|
|||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|
||||||
|
alias ga='git add'
|
||||||
|
alias gc='git commit'
|
||||||
|
alias gp='git push'
|
||||||
|
alias gs='git status'
|
||||||
|
|
||||||
rerice() {
|
rerice() {
|
||||||
local flake_dir="/etc/rice-flakes"
|
local flake_dir="/etc/rice-flakes"
|
||||||
host="${1:-$(hostname -s)}"
|
host="${1:-$(hostname -s)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user