Correct zshenv alias path
This commit is contained in:
parent
1a2aff51fb
commit
af88726dd7
@ -78,7 +78,7 @@ alias zpath='${EDITOR} -- ${ZDOTDIR}/path.zsh'
|
||||
alias zprompt='${EDITOR} -- ${ZDOTDIR}/prompt.zsh'
|
||||
alias zshrc='${EDITOR} -- ${ZDOTDIR}/.zshrc'
|
||||
alias zshrefresh='source -- ${ZDOTDIR}/.zshrc'
|
||||
alias zshenv='${EDITOR} -- ${ZDOTDIR}/.zshenv'
|
||||
alias zshenv='${EDITOR} -- ${XDG_CONFIG_HOME}/zsh-linux/zshenv'
|
||||
|
||||
# ---------- Parameterized Aliases ----------
|
||||
# List all binaries of a given package
|
||||
|
Loading…
x
Reference in New Issue
Block a user