diff --git a/.zshrc b/.zshrc index ea6cfc8..bf99929 100644 --- a/.zshrc +++ b/.zshrc @@ -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"