We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28579a commit fc077b2Copy full SHA for fc077b2
.zshrc
@@ -36,6 +36,8 @@ plugins=(
36
alias config="/usr/bin/git --git-dir=$HOME/code/dotfiles/ --work-tree=$HOME"
37
alias rm=trash
38
alias source_idf="test_source /opt/esp-idf/export.sh"
39
+alias nv="nvim"
40
+alias lv="NVIM_APPNAME=lazyvim nvim"
41
42
# Update Environment Variables
43
export EDITOR="nvim"
0 commit comments