Use alias for ./bin/app

This commit is contained in:
Daniel Lynn 2021-07-07 14:20:20 -05:00
parent 679255a184
commit fad7694440
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1,2 @@
alias e="$EDITOR" alias e="$EDITOR"
alias app="./bin/app"

1
zshenv
View File

@ -1,6 +1,5 @@
export EDITOR="nvim" export EDITOR="nvim"
fpath+=(~/.zsh/completions) fpath+=(~/.zsh/completions)
path+=(./bin)
. "$HOME/.cargo/env" . "$HOME/.cargo/env"