Skip to content

Commit fc077b2

Browse files
committed
Add nvim aliases
1 parent e28579a commit fc077b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.zshrc

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ plugins=(
3636
alias config="/usr/bin/git --git-dir=$HOME/code/dotfiles/ --work-tree=$HOME"
3737
alias rm=trash
3838
alias source_idf="test_source /opt/esp-idf/export.sh"
39+
alias nv="nvim"
40+
alias lv="NVIM_APPNAME=lazyvim nvim"
3941

4042
# Update Environment Variables
4143
export EDITOR="nvim"

0 commit comments

Comments
 (0)