Changes in: waybar,zsh,

This commit is contained in:
Ayush Dumasia 2025-04-01 22:55:19 +05:30
parent d674a80098
commit 3edcc4a8ab
3 changed files with 5 additions and 2 deletions

View file

@ -90,6 +90,8 @@ eval "$(starship init zsh)"
alias vim='nvim'
alias gh-create='gh repo create --private --source=. --remote=origin && git push -u --all && gh browse'
alias kls='kubectl get all'
alias jump='nvim $(fzf -m --preview="bat --color=always {}")'