diff --git a/config/.bashrc b/config/.bashrc index 85928f1..b73ed6d 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -1,6 +1,10 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +export TERM=kitty +export EDITOR=nvim +export VISUAL=nvim + export DOTFILES="$HOME/dotfiles" export HISTSIZE=10000