diff options
| author | venomade <venomade@venomade.com> | 2026-02-13 18:09:22 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-02-13 18:09:22 +0000 |
| commit | 4b8cc0b9a9d92636b5c5b84595e6302900f5dfce (patch) | |
| tree | f0896b545f01e87c661af2dbf53f80337c06c05e /.config/shell | |
| parent | 0bd150185551b6d8835d022c15a5f6e832d51113 (diff) | |
ZK, NVIM and Misc
Add ZK config, template and script. Add various Neovim plugins, and some markdown specific settings. Add Neovim aliases. Fix 100% in alsa luastatus plugin.
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/alias | 2 | ||||
| -rw-r--r-- | .config/shell/vars | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/alias b/.config/shell/alias index 627e915..931c115 100644 --- a/.config/shell/alias +++ b/.config/shell/alias @@ -7,3 +7,5 @@ alias man='batman' alias diff='batdiff' alias fzf="fzf --preview 'bat --style=numbers --color=always {}'" alias tlbx="toolbox enter" +alias vi="nvim" +alias vim="nvim" diff --git a/.config/shell/vars b/.config/shell/vars index 2f9c223..974c435 100644 --- a/.config/shell/vars +++ b/.config/shell/vars @@ -1 +1,2 @@ export EDITOR=nvim +export ZK_NOTEBOOK_DIR=/home/venomade/Documents/Notes |
