Files
configs/zsh/.zsh_alias
Luis Freixial c8bef0667b new commands
2025-04-07 17:18:20 +01:00

24 lines
745 B
Plaintext

alias vim='nvim'
alias c='clear'
alias gt='go test ./...'
alias v='nvim'
alias lg='lazygit'
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