mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-05 23:49:24 +00:00
Change $EDITOR to nvim
This commit is contained in:
@@ -68,9 +68,10 @@ alias code_scanner='docker run \
|
||||
alias composerUp='composer global update'
|
||||
alias npmUp='npm -g up'
|
||||
|
||||
alias zedit='code ~/.zshrc ~/.alias'
|
||||
alias zedit='$EDITOR ~/.zshrc ~/.alias'
|
||||
|
||||
if [[ -f "$HOME/.aliases.local" ]]; then
|
||||
# shellcheck disable=SC1091
|
||||
source "$HOME/.aliases.local"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user