zsh: alias code='code -r'

This commit is contained in:
Erin 2022-07-19 18:44:34 -04:00
parent fba4343c33
commit 63cc83754d

View file

@ -48,6 +48,7 @@ alias la='ls -aFh'
alias l='ls -CFh' alias l='ls -CFh'
alias clip='xclip -selection clipboard' alias clip='xclip -selection clipboard'
alias copy='clip' alias copy='clip'
alias code='code -r'
# Prompt stuff # Prompt stuff
setopt PROMPT_SUBST setopt PROMPT_SUBST