update zsh with the ones from home dir

This commit is contained in:
2025-07-10 21:45:43 +01:00
parent c8bef0667b
commit 13ac3d78d1
3 changed files with 10 additions and 32 deletions

View File

@@ -7,17 +7,10 @@ alias gcm='git checkout origin/main'
alias gce='git fetch && git pull && git commit --allow-empty -m "run-ci" && git push'
alias dcu='docker compose up -d'
alias dcub='docker compose up --build -d'
alias dcf='docker compose logs -f'
alias dcd='docker compose down'
alias dps='docker ps'
alias dk=docker_kill_fzf
alias zs='nvim ~/.zshrc'
alias sz='source ~/.zshrc'
alias ls="eza --color=always --long --git --no-filesize --icons=always --no-time --no-user --no-permissions"
alias ghb='gh browse'
alias ghs='gh status'
alias ghl='gh pr list'
alias ghw='gh pr view --web'
alias prs='select_and_open_pr'
alias pr='select_and_open_pr_web_only'
alias e='exit
alias gk="gitkraken"