feat(zsh): added troll aliases

inist
oxypomme 2025-11-17 14:41:39 +01:00
parent 1ff1c753b8
commit 1f410ef686
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -128,6 +128,7 @@ eval "$(oh-my-posh init zsh --config ~/.p10k.omp.json)"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
export EDITOR="hx"
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
@ -158,6 +159,9 @@ alias grep="ugrep"
alias curl="curlie"
# alias code="snap run code"
alias docker-compose="PODMAN_COMPOSE_PROVIDER=/usr/libexec/docker/cli-plugins/docker-compose podman compose"
# Funny work aliases
alias rip-yannick="gh pr create -w"
alias rip-leo="rip-yannick"
# Generated for envman. Do not edit.
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"