Skip to content

Commit

Permalink
Default editor to nvim
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Dec 16, 2023
1 parent 5d25a8d commit 1248d15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zshrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export WORKSPACE="$HOME/Code"
```bash
export CONFIG_FILE="$HOME/.zshrc"
export CONFIG_SRC="$(chezmoi source-path)/zshrc.md"
export EDITOR="lvim"
export EDITOR="nvim"
export GPG_TTY=$(tty)
export LANGUAGE="en_NZ:en"
export LAST_MODIFIED="$(date)"
Expand Down Expand Up @@ -334,6 +334,7 @@ alias gst="git status"
alias ipv4="dig @resolver4.opendns.com myip.opendns.com +short -4"
alias ipv6="dig @resolver1.ipv6-sandbox.opendns.com AAAA myip.opendns.com +short -6"
alias lidclosed="ioreg -r -k AppleClamshellState -d 4 | grep AppleClamshellState | awk '{ print $4 }'"
alias lvim="nvim"
alias rebrew="brew bundle --file=$(chezmoi source-path)/Brewfile"
alias refresh="chezmoi git pull && chezmoi apply && source $CONFIG_FILE && echo '~ refreshed shell config'"
alias rmuntracked="git status -su --no-ahead-behind | awk '{ print $2 }' | xargs rm"
Expand Down

0 comments on commit 1248d15

Please sign in to comment.