diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-31 14:52:26 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-31 15:13:16 +0200 |
commit | b53322c1dd927d591c766aa9407c809a3209f4f2 (patch) | |
tree | 179b3ea8c1d53d2a009240a5856e5985f54f642d /.config/zsh/.zprofile | |
parent | 02dbebfe4a1b734f1aa7402813ae450da7b2201d (diff) |
xdg: vim
Diffstat (limited to '.config/zsh/.zprofile')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 94b00d6..9ec11f6 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -24,6 +24,7 @@ export CM_SELECTIONS=clipboard export CM_DIR=/tmp export PF_INFO="ascii title os kernel uptime pkgs memory" export QT_QPA_PLATFORMTHEME=qt5ct +export VIMINIT='let $MYVIMRC = !has("nvim") ? "$XDG_CONFIG_HOME/vim/vimrc" : "$XDG_CONFIG_HOME/nvim/init.lua" | so $MYVIMRC' export LESS_TERMCAP_mb=$'\E[1;31m' export LESS_TERMCAP_md=$'\E[1;31m' |