Skip to content

Commit

Permalink
zsh: add alias to just
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Sep 5, 2024
1 parent aa0790e commit e1ca3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/configure/files/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ zstyle ':fzf-tab:*' fzf-pad 4

## Shortcuts
alias upgrade="yay ; omz update ; rustup update"
alias j="just"

## k8s
alias start_minikube='minikube start -p dev --driver=docker --kubernetes-version=v1.25.13 --cpus=4 --memory=12gb'
Expand Down

0 comments on commit e1ca3db

Please sign in to comment.