From 09309fe02cb0d95c2ab0bfc5933cf4e09e640b8c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 2 Mar 2021 15:02:25 +0300 Subject: feat(tmux): introduce tmuxinator --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 0df305c..fba7aa4 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ export ZSH="$HOME/.oh-my-zsh" +export EDITOR=nvim ZSH_THEME="ys" @@ -16,3 +17,4 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion export PATH=$PATH:~/.local/bin + -- cgit v1.2.3