From c18649db2c7d6408ef213f2eab7c34d38ceb9c90 Mon Sep 17 00:00:00 2001 From: Ben Kyd Date: Mon, 30 Jan 2023 00:14:39 +0000 Subject: [PATCH] ranger vim --- bootstrap.sh | 2 +- home/.zshrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5f3c9e4..84e354a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ # Install the packages that the dotfiles need to function properly # Dev utils -yay -S neovim-git nvm kitty +yay -S neovim-git nvm neovim kitty ranger # Manjaro/i3 visuals with Yay yay -S ttf-twemoji xotf-nerd-fonts-monacob-mono xidlehook sysstat i3blocks mpris-ctl flameshot perl rofi diff --git a/home/.zshrc b/home/.zshrc index 8d4c045..9ab15f8 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -124,3 +124,7 @@ alias vi="nvim" alias v="nvim" alias oldvim="vim" eval $(thefuck --alias) + +export VISUAL=nvim; +export EDITOR=nvim; +