zsh: Add helix aliases
This commit is contained in:
@@ -91,6 +91,9 @@ alias alacritty="alacritty --config-file $HOME/.config/alacritty.toml"
|
|||||||
alias d=docker
|
alias d=docker
|
||||||
alias dc=docker-compose
|
alias dc=docker-compose
|
||||||
|
|
||||||
|
alias hx=helix
|
||||||
|
alias h=helix
|
||||||
|
|
||||||
gitmaster() {
|
gitmaster() {
|
||||||
git stash push -m gitmaster-$(date -uIseconds) -u || return 1
|
git stash push -m gitmaster-$(date -uIseconds) -u || return 1
|
||||||
_branch=$(git rev-parse --abbrev-ref HEAD)
|
_branch=$(git rev-parse --abbrev-ref HEAD)
|
||||||
|
|||||||
Reference in New Issue
Block a user